From 7b5f963ec41a310adaf6c33fd5e54245f0bb3dd6 Mon Sep 17 00:00:00 2001 From: "meilin.huang" <954537473@qq.com> Date: Wed, 15 Feb 2023 21:32:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release.sh b/build_release.sh index b8148418..193cf101 100755 --- a/build_release.sh +++ b/build_release.sh @@ -149,7 +149,7 @@ function runBuild() { toPath=`pwd` fi - if [[ "${buildType}" == "5" ]] || [[ "${buildType}" == "0" ]] || [[ "${buildType}" == "6" ]] ; then + if [[ "${buildType}" == "5" ]] || [[ "${buildType}" == "6" ]] ; then read -p "请输入docker镜像版本号[默认latest]: " imageVersion if [ "${imageVersion}" == "" ] ; then