Browse Source

02wms8-prod.sh

lizw 1 year ago
parent
commit
c13cf9c063
1 changed files with 2 additions and 11 deletions
  1. 2 11
      07shuyu_haerbing/02wms8-prod.sh

+ 2 - 11
07shuyu_haerbing/02wms8-prod.sh

@@ -4,32 +4,23 @@ set -e
 
 
 codePath=/home/www/deploy/wms8_haerbing
 codePath=/home/www/deploy/wms8_haerbing
 gitUrlArr=(
 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=(
 branchArr=(
-  "shuyu_qingdao"
-  "shuyu_qingdao"
-  "master"
+  "main"
 )
 )
 positionArr=(
 positionArr=(
   "."
   "."
-  "wms-core"
-  "yvan-framework"
 )
 )
 # 是否需要构建,-1:自动;0:不需要;1:需要
 # 是否需要构建,-1:自动;0:不需要;1:需要
 needBuild=(
 needBuild=(
 "1"
 "1"
-"1"
-"1"
 )
 )
 
 
 echoPrefix="\033[36m+"
 echoPrefix="\033[36m+"
 echoSuffix="\033[0m"
 echoSuffix="\033[0m"
 
 
-
 # 强制覆盖本地的代码 git fetch --all &&  git reset --hard origin/master
 # 强制覆盖本地的代码 git fetch --all &&  git reset --hard origin/master
 isChange="1"                # 仓库是否发生变化,0:未变化;非0:变化
 isChange="1"                # 仓库是否发生变化,0:未变化;非0:变化
 pullCode() {
 pullCode() {