lizw 3 лет назад
Родитель
Сommit
791db97c07
1 измененных файлов с 2 добавлено и 6 удалено
  1. 2 6
      02zhongtongfu/01wms8-test.sh

+ 2 - 6
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+"