diff --git a/dsl/003sync_code_prod.sh b/dsl/003sync_code_prod.sh index 03c8e89..19a95e2 100644 --- a/dsl/003sync_code_prod.sh +++ b/dsl/003sync_code_prod.sh @@ -216,6 +216,6 @@ git pull kls release/prod:release/prod -f echo -e "$echoPrefix git push dsl release/prod:release/prod -f $echoSuffix" git push dsl release/prod:release/prod -f echo "" -echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用" +echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +_%Y_%m_%d_%H_%M_%S)]" # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/003sync_code_prod.sh) diff --git a/dsl/004sync_code_test.sh b/dsl/004sync_code_test.sh index 299fcc3..5aa3368 100644 --- a/dsl/004sync_code_test.sh +++ b/dsl/004sync_code_test.sh @@ -217,6 +217,6 @@ git pull kls release/test:release/test -f echo -e "$echoPrefix git push dsl release/test:release/test -f $echoSuffix" git push dsl release/test:release/test -f echo "" -echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用" +echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +_%Y_%m_%d_%H_%M_%S)]" # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/004sync_code_test.sh)