From 9dabb42f35a4dcf700ba6851ebd551cf63c4639f Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Thu, 3 Apr 2025 11:34:18 +0800 Subject: [PATCH] 002sync_code.sh --- dsl/002sync_code.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dsl/002sync_code.sh b/dsl/002sync_code.sh index ce6a1de..d0fd1c6 100644 --- a/dsl/002sync_code.sh +++ b/dsl/002sync_code.sh @@ -217,16 +217,20 @@ git pull kls main:main -f if [ "$cmd" == "test" ];then echo -e "$echoPrefix git push dsl main:release/test -f $echoSuffix" git push dsl main:release/test -f + echo "" echo "等待大参林能笑平台构建部署,约15分钟" elif [ "$cmd" == "prod" ];then echo -e "$echoPrefix git push dsl main:release/prod -f $echoSuffix" git push dsl main:release/prod -f + echo "" echo "等待大参林能笑平台构建部署,约15分钟" elif [ "$cmd" == "deploy" ];then echo -e "$echoPrefix git push dsl main:develop -f $echoSuffix" git push dsl main:develop -f + echo "" echo "等待大参林能笑平台构建部署,约15分钟" else + echo "" echo "输入需要发版环境: test prod develop" fi