|
|
|
@ -190,8 +190,8 @@ commit_target() { |
|
|
|
git add --all . |
|
|
|
echo -e "$echoPrefix git commit -m '代码同步' $echoSuffix" |
|
|
|
git commit -m '代码同步' |
|
|
|
echo -e "$echoPrefix git push origin $target_branch $echoSuffix" |
|
|
|
git push origin $target_branch |
|
|
|
echo -e "$echoPrefix git push -v origin $target_branch $echoSuffix" |
|
|
|
git push -v origin $target_branch |
|
|
|
} |
|
|
|
|
|
|
|
source_pull |
|
|
|
@ -214,8 +214,8 @@ git checkout release/test |
|
|
|
echo -e "$echoPrefix git pull kls release/test:release/test -f $echoSuffix" |
|
|
|
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 -e "$echoPrefix git push -v dsl release/test:release/test -f $echoSuffix" |
|
|
|
git push -v dsl release/test:release/test -f |
|
|
|
echo "" |
|
|
|
echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +%Y-%m-%d' '%H:%M:%S)]" |
|
|
|
|
|
|
|
|