fix: 构建脚本调整

This commit is contained in:
meilin.huang
2023-02-15 21:32:51 +08:00
parent f22badb861
commit 7b5f963ec4

View File

@@ -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