Skip to content

Commit

Permalink
[artifacts] fix download, partial revert of #134046
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 10, 2022
1 parent 62555ef commit 3173b9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/scripts/steps/artifacts/docker_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ fi
tar -xf "target/$DOCKER_CONTEXT_FILE" -C "$DOCKER_BUILD_FOLDER"
cd $DOCKER_BUILD_FOLDER

buildkite-agent artifact download "kibana-$FULL_VERSION-linux-x86_64.tar.gz" . --build "${KIBANA_BUILD_ID:-$BUILDKITE_BUILD_ID}"

echo "--- Build context"
docker build .

0 comments on commit 3173b9d

Please sign in to comment.