diff --git a/02zhongtongfu/01wms8-test.sh b/02zhongtongfu/01wms8-test.sh index 1f65de0..53f309a 100644 --- a/02zhongtongfu/01wms8-test.sh +++ b/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+"