lizw 1 год назад
Родитель
Сommit
216234b1db
1 измененных файлов с 2 добавлено и 10 удалено
  1. 2 10
      07shuyu_benxi/02wms8-prod.sh

+ 2 - 10
07shuyu_benxi/02wms8-prod.sh

@@ -4,26 +4,18 @@ set -e
 
 codePath=/home/www/deploy/wms8_benxi
 gitUrlArr=(
-  "http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
-  "http://git.galaxis.yvanui.com/wms8/wms-core.git"
-  "http://git.yvanui.com/lizhiwei/yvan-framework.git"
+  "https://wms-gitlab.sypm.cn:7878/kaileshi/wms8-bench.git"
 )
 
 branchArr=(
-  "shuyu_qingdao"
-  "shuyu_qingdao"
-  "master"
+  "main"
 )
 positionArr=(
   "."
-  "wms-core"
-  "yvan-framework"
 )
 # 是否需要构建,-1:自动;0:不需要;1:需要
 needBuild=(
 "1"
-"1"
-"1"
 )
 
 echoPrefix="\033[36m+"