Skip to content

Commit

Permalink
dobuild exits on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Dec 11, 2023
1 parent 98b0317 commit ab8831d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Instead we'll use docker build, which is slower but more reliable.
# docker build - slower but more reliable.

set -e # exit on error

# check if the IS_RELEASE variable is set to "1"
if [ "$IS_RELEASE" = "1" ]; then
echo "Building release version"
Expand Down

0 comments on commit ab8831d

Please sign in to comment.