Return the error code from auto/build script.
This commit is contained in:
parent
d26dea3710
commit
c944301b84
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
lb build noauto "${@}" 2>&1 | tee build.log
|
||||
lb build noauto "${@}" && echo $? 2>&1 | tee build.log
|
||||
|
|
Loading…
Reference in New Issue