Skip to content

Commit

Permalink
got it working, no longer need to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 19, 2024
1 parent fa1e8ac commit 4cb1c31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/release-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ DOCKER_PASSWORD=$(vault read -field token /secret/ci/elastic-rally/release/docke
retry 5 docker login -u elasticmachine -p $DOCKER_PASSWORD
unset DOCKER_PASSWORD

set -x
tmp_dir=$(mktemp --directory)
pushd "$tmp_dir"
git clone https://github.com/elastic/rally
pushd rally

printenv

# checkout the latest version, to make sure we get the latest docker security fixes
if [[ ! -z "${BUILDKITE_BRANCH}" ]]; then
git checkout "${BUILDKITE_BRANCH}"
Expand All @@ -37,6 +34,7 @@ fi

git --no-pager show

set -x
export TERM=dumb
export LC_ALL=en_US.UTF-8
./release-docker.sh "$RELEASE_VERSION" "$ARCH" "$PUSH_LATEST"
Expand Down

0 comments on commit 4cb1c31

Please sign in to comment.