Skip to content

Commit

Permalink
fixup! Trigger build for tags on test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqu4le committed Sep 25, 2023
1 parent 2f84b5b commit 373dd2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-all-bottles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ for f in "${formulae[@]}"; do
if ./scripts/build-one-bottle.sh "$f"; then
# upload the bottle to the test release
gh release upload "test-release" "$f"*.bottle.*
echo "junk" > "$1-junk.bottle.tar.gz"
gh release upload "test-release" "$1-junk.bottle.tar.gz"
# we want a non-0 exit code if the bottle was uploaded, to simulate a failure
retval="1";
>&2 echo "Bottle for $f was now uploaded to test-release."
Expand Down

0 comments on commit 373dd2c

Please sign in to comment.