diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-08-25 11:15:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-25 11:15:06 +0000 |
commit | 854bd1e6df678df6a6364097b6de413522fe6b91 (patch) | |
tree | c8d3b31cef38e37d012ff718cc6276b6bb7e7eea | |
parent | 883d41070bb2959443d09d20d921e5e35beeaf3f (diff) | |
parent | 442cb2fc0da3ccc7428ca085f1c90b93fc79ebba (diff) |
Merge "build: Bail on patches-import fail"
-rwxr-xr-x | ci/build.sh | 2 |
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) |