From 20c6fa895ba76fe42225cdbc5bdb2cba939d0a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E5=B8=B8=E9=9C=9E?= Date: Sat, 28 Dec 2024 14:40:55 +0800 Subject: [PATCH] test --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index b557f98a9..f410f169e 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" -- Gitee