Skip to content

Commit

Permalink
fix: buildkite agent meta-data field
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 13, 2024
1 parent e09abb5 commit 8204174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/dev-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ set -eo pipefail
source .buildkite/retry.sh

set +x
BUILD_FROM_BRANCH=$(buildkite-agent meta-data get RELEASE_VERSION)

buildkite-agetn meta-data keys

BUILD_FROM_BRANCH=$(buildkite-agent meta-data get BUILD_FROM_BRANCH)

# login to docker registry
DOCKER_PASSWORD=$(vault read -field token /secret/ci/elastic-rally/release/docker-hub-rally)
Expand Down

0 comments on commit 8204174

Please sign in to comment.