Browse Source

02zhongtongfu/01wms8-test.sh

master
lizw 3 years ago
parent
commit
791db97c07
  1. 8
      02zhongtongfu/01wms8-test.sh

8
02zhongtongfu/01wms8-test.sh

@ -4,27 +4,23 @@ set -e
codePath=/home/www/deploy/wms8_ztf
gitUrlArr=(
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
"http://git.galaxis.yvanui.com/wms8/wms-core.git"
"http://git.galaxis.yvanui.com/wms8/wms83.git"
"www@git.yvanui.com:lizhiwei/yvan-framework.git"
## "http://git.yvanui.com/lizhiwei/yvan-framework.git"
)
branchArr=(
"zhongtongfu"
"zhongtongfu"
"master"
"8.3"
)
positionArr=(
"."
"wms-core"
"yvan-framework"
)
# 是否需要构建,-1:自动;0:不需要;1:需要
needBuild=(
"1"
"1"
"1"
)
echoPrefix="\033[36m+"

Loading…
Cancel
Save