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