🐞 Fix error reporting

This commit is contained in:
Christian Mäder 2018-03-05 16:28:35 +01:00
parent 4d16297418
commit bc786364d9
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
3 changed files with 7 additions and 4 deletions

View file

@ -12,4 +12,5 @@ BRANCHES=$($CURL "${URL_RELEASES}" | jq -r 'map(.name) | .[] | scan("^[^v].+")')
for BRANCH in $BRANCHES; do
# shellcheck disable=SC2068
./build.sh "${BRANCH}" $@
exit $?
done