script/cibuild: fail if subprocesses fail
This commit is contained in:
parent
6a4c8a0b1c
commit
e8b1a8aa44
|
@ -2,6 +2,8 @@
|
|||
|
||||
script/branding
|
||||
|
||||
set -e
|
||||
|
||||
if [[ -z "$TEST_SUITE" ]]
|
||||
then
|
||||
script/test ci
|
||||
|
|
Loading…
Reference in New Issue