aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-08-25 13:05:05 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-08-25 13:06:34 +0200
commit442cb2fc0da3ccc7428ca085f1c90b93fc79ebba (patch)
tree3903fd9484f67320423d82370f312ea5775b2e7c /ci
parentec83ce5eed178f5a3decd80d340dbea006e6803f (diff)
build: Bail on patches-import fail
Change-Id: Ib676747252ef647d9385cb0eeeca9563b7fd09d7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 3e372f0f..9ae43f30 100755
--- 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)