From 2e3681ffd8d18d15a49dc3e086f02ed25d9ec4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B6=9B?= Date: Tue, 6 Apr 2021 20:44:37 +0800 Subject: [PATCH] update build.sh. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 70fc880..f5442b2 100644 --- a/build.sh +++ b/build.sh @@ -14,6 +14,7 @@ # limitations under the License. # ============================================================================ + set -e BASEPATH=$(cd "$(dirname $0)"; pwd) OUTPUT_PATH="${BASEPATH}/output"