From 174ef311e28652169a23e965ac957903eeb80413 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Wed, 19 Jul 2023 19:13:30 +0300 Subject: [PATCH] Add ironbank in the package Signed-off-by: Alexandros Sapranidis --- .buildkite/scripts/steps/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/steps/package.sh b/.buildkite/scripts/steps/package.sh index 0a018994412..d08a419c0b5 100755 --- a/.buildkite/scripts/steps/package.sh +++ b/.buildkite/scripts/steps/package.sh @@ -14,7 +14,7 @@ export AGENT_DROP_PATH=build/elastic-agent-drop mkdir -p $AGENT_DROP_PATH # Download the components from the ManifestURL and then package those downloaded into the $AGENT_DROP_PATH -mage clean downloadManifest package +mage clean downloadManifest package ironbank echo "+++ Generate dependencies report" BEAT_VERSION_FULL=$(curl -s -XGET "${ManifestURL}" |jq '.version' -r )