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

Loading…
Cancel
Save