🐞 Fix error reporting
This commit is contained in:
parent
4d16297418
commit
bc786364d9
3 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue