Reverting returning the error code from auto/build script, doesn't work.
This reverts commit c944301
.
This commit is contained in:
parent
c4e67c9d70
commit
8bb8244d7a
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
lb build noauto "${@}" && echo $? 2>&1 | tee build.log
|
lb build noauto "${@}" 2>&1 | tee build.log
|
||||||
|
|
Loading…
Reference in New Issue