diff --git a/build.sh b/build.sh index b557f98a935366dff2cb4fe1291ac2730c4adb04..f410f169e1581bd3785a6e011f2b80e8736caaa8 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,8 @@ # limitations under the License. # ============================================================================ + + set -e BASE_PATH=$(cd "$(dirname $0)"; pwd) RELEASE_PATH="${BASE_PATH}/output"