Skip to content

Commit

Permalink
fix: 构建脚本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
may-fly committed Feb 15, 2023
1 parent f22badb commit 7b5f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b5f963

Please sign in to comment.