Skip to content

Commit

Permalink
fix typo when passing by BUILDKITE_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 29, 2024
1 parent 18e735e commit 66d3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo " Includes mina daemon, archive-node, rosetta, generate keypair for devnet"


echo "--- Prepare debian packages"
BRANCH_NAME="$BUILDKIE_BRANCH" ./scripts/debian/build.sh $@
BRANCH_NAME="$BUILDKITE_BRANCH" ./scripts/debian/build.sh $@

echo "--- Git diff after build is complete:"
git diff --exit-code -- .

0 comments on commit 66d3ab7

Please sign in to comment.