Skip to content

Commit

Permalink
Exit early from build script upon first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
acook committed Mar 10, 2024
1 parent 548f9c3 commit af9c042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ timestamp="$(date --utc "+%Y.%m.%d")"
shortsha="$(git rev-parse --short HEAD)"
blacklight="$BLROOT/release/blacklight_$timestamp-$shortsha"

set -e

warn " -- building blacklight binary for macOS..."
bl_macos="$blacklight-macos"
Expand Down

0 comments on commit af9c042

Please sign in to comment.