Skip to content

Commit

Permalink
fix: move buildkite-agent to print command line
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 13, 2024
1 parent 919d41f commit 958e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/dev-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ source .buildkite/retry.sh

set +x

buildkite-agent meta-data keys

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

if [[ $# -ne 1 ]]; then
Expand All @@ -30,6 +28,8 @@ git checkout "${BUILD_FROM_BRANCH}"
git --no-pager show

set -x
// FIXME: remove this if we can figure out current git branch
buildkite-agent meta-data keys
export TERM=dumb
export LC_ALL=en_US.UTF-8
./build-dev-docker.sh "$BUILD_FROM_BRANCH" "$ARCH"
Expand Down

0 comments on commit 958e83a

Please sign in to comment.