Browse Source

test-deploy-wms8-jd.sh

master
lizw 4 years ago
parent
commit
6098c7515f
  1. 4
      yxt-yn/test-deploy-wms8-jd.sh

4
yxt-yn/test-deploy-wms8-jd.sh

@ -6,7 +6,6 @@ codePath=/home/www/deploy/wms8_test_jd
gitUrlArr=( gitUrlArr=(
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git" "http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
"http://git.yvanui.com/jztd/yvan-ext.git" "http://git.yvanui.com/jztd/yvan-ext.git"
"http://git.yvanui.com/lizhiwei/yvan-framework.git"
"http://git.galaxis.yvanui.com/wms8/wms-core.git" "http://git.galaxis.yvanui.com/wms8/wms-core.git"
"http://git.yvanui.com/jztd/yvan-ext-mobile.git" "http://git.yvanui.com/jztd/yvan-ext-mobile.git"
) )
@ -16,7 +15,6 @@ branchArr=(
"mini-bundle" "mini-bundle"
"master" "master"
"master" "master"
"master"
) )
positionArr=( positionArr=(
"." "."
@ -201,7 +199,7 @@ deployPull() {
deployServer() { deployServer() {
pid=$1 pid=$1
deployPull # deployPull
buildCode buildCode
echo "###--代码构建完成--------------------------------------------------------------------------###" echo "###--代码构建完成--------------------------------------------------------------------------###"
# 重启服务 # 重启服务

Loading…
Cancel
Save