X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbuild.sh;h=0b46a7d7ae8921a76d0439579a5d62ac4c169a86;hb=1492052d7b3e3c6a532b52718de07d63ac6ff404;hp=3e372f0ff0dbebf8f3e48e48a086add34a7042f0;hpb=ec307077e542fd290701a871fedc7f58db37712c;p=armband.git diff --git a/ci/build.sh b/ci/build.sh index 3e372f0f..0b46a7d7 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) @@ -13,5 +15,5 @@ export OPNFV_GIT_SHA=$(git rev-parse HEAD) export LOCAL_CACHE_ARCH_NAME="armband-cache" # Initialize Armband git submodules & apply patches first -make -C ${ARMBAND_BASE} submodules-clean patches-import +make -C ${ARMBAND_BASE} patches-import cd ${ARMBAND_BASE}/upstream/fuel/ci && ./build.sh $*