Skip to content

Commit

Permalink
fix release run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 19, 2024
1 parent 54ef121 commit 3a67ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/release-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set +x
RELEASE_VERSION=$(buildkite-agent meta-data get RELEASE_VERSION)
PUSH_LATEST=$(buildkite-agent meta-data get PUSH_LATEST)

if [[ $# -ne 2 ]]; then
echo "Usage: $0 (amd64|arm64) (true|false)"
if [[ $# -ne 1 ]]; then
echo "Usage: $0 (amd64|arm64)"
exit 1
fi

Expand Down

0 comments on commit 3a67ed2

Please sign in to comment.