mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-30 21:10:25 +08:00
fix: 构建脚本调整
This commit is contained in:
@@ -149,7 +149,7 @@ function runBuild() {
|
|||||||
toPath=`pwd`
|
toPath=`pwd`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${buildType}" == "5" ]] || [[ "${buildType}" == "0" ]] || [[ "${buildType}" == "6" ]] ; then
|
if [[ "${buildType}" == "5" ]] || [[ "${buildType}" == "6" ]] ; then
|
||||||
read -p "请输入docker镜像版本号[默认latest]: " imageVersion
|
read -p "请输入docker镜像版本号[默认latest]: " imageVersion
|
||||||
|
|
||||||
if [ "${imageVersion}" == "" ] ; then
|
if [ "${imageVersion}" == "" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user