diff options
Diffstat (limited to 'ci')
-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) |