From 442cb2fc0da3ccc7428ca085f1c90b93fc79ebba Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 25 Aug 2016 13:05:05 +0200 Subject: build: Bail on patches-import fail Change-Id: Ib676747252ef647d9385cb0eeeca9563b7fd09d7 Signed-off-by: Alexandru Avadanii --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci') 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) -- cgit 1.2.3-korg