From 150b270dc1dbb2d54aef473aebcbe3101334fcc5 Mon Sep 17 00:00:00 2001 From: jiangcuo Date: Fri, 29 Nov 2024 14:51:26 +0800 Subject: [PATCH] fix build.sh error --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ce6eb54..9c2e552 100755 --- a/build.sh +++ b/build.sh @@ -130,6 +130,6 @@ cd $SH_PATH dockerbuild -if [ ! -n $SKIP_UPLOAD ];then +if [ ! -n "$SKIP_UPLOAD" ];then upload_pkg || errlog "upload pkg failed" fi