Live dangerously since we don't care about intermittent build.sh failures

This commit is contained in:
Duke Leto
2022-09-19 22:22:11 -04:00
parent 4b2135f156
commit 9e719cf3e7

View File

@@ -6,7 +6,8 @@
# Usage: $0 BRANCH JOBS
# TODO: default to master branch with 2 jobs
set -eu -o pipefail
# we don't want this for our build.sh and make commands
#set -eu -o pipefail
BRANCH=$1