Skip to content

Commit

Permalink
DLPX-86142 [insight] Unknown command fluentd error while creating ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
rasantel authored May 19, 2023
1 parent ec1a734 commit 07ef96e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/misc-debs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
function fetch() {
logmust cd "$WORKDIR/artifacts"

local debs=()
local debs=(
# Copied from https://s3.amazonaws.com/packages.treasuredata.com/4/ubuntu/focal/pool/contrib/t/td-agent/td-agent_4.4.2-1_arm64.deb
"td-agent_4.4.2-1_amd64.deb b40c1883c3849e9a7bf67762c9f9a87a6119ad98f1fae64a83d754e1275a379a"
)

local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"

Expand Down

0 comments on commit 07ef96e

Please sign in to comment.