Code Review
/
armband.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ec83ce5
)
build: Bail on patches-import fail
71/19571/1
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Thu, 25 Aug 2016 11:05:05 +0000
(13:05 +0200)
committer
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Thu, 25 Aug 2016 11:06:34 +0000
(13:06 +0200)
Change-Id: Ib676747252ef647d9385cb0eeeca9563b7fd09d7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
ci/build.sh
patch
|
blob
|
history
diff --git
a/ci/build.sh
b/ci/build.sh
index
3e372f0
..
9ae43f3
100755
(executable)
--- a/
ci/build.sh
+++ b/
ci/build.sh
@@
-5,6
+5,8
@@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
+set -e
+
SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/../upstream/fuel/build)