Skip to content

Commit

Permalink
Merge pull request #16157 from MinaProtocol/dkijania/fix_HEAD_again
Browse files Browse the repository at this point in the history
fix typo when passing by BUILDKITE_BRANCH
  • Loading branch information
dkijania authored Sep 30, 2024
2 parents 18e735e + 66d3ab7 commit 9662219
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 9662219

Please sign in to comment.