|
@@ -6,20 +6,24 @@ codePath=/home/www/deploy/wms8_api_pre
|
|
gitUrlArr=(
|
|
gitUrlArr=(
|
|
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
|
|
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
|
|
"http://git.yvanui.com/lizhiwei/yvan-framework.git"
|
|
"http://git.yvanui.com/lizhiwei/yvan-framework.git"
|
|
|
|
+ "http://git.galaxis.yvanui.com/wms8/wms-core.git"
|
|
)
|
|
)
|
|
|
|
|
|
branchArr=(
|
|
branchArr=(
|
|
"master"
|
|
"master"
|
|
"master"
|
|
"master"
|
|
|
|
+ "master"
|
|
)
|
|
)
|
|
positionArr=(
|
|
positionArr=(
|
|
"."
|
|
"."
|
|
"yvan-framework"
|
|
"yvan-framework"
|
|
|
|
+ "wms-core"
|
|
)
|
|
)
|
|
# 是否需要构建,-1:自动;0:不需要;1:需要
|
|
# 是否需要构建,-1:自动;0:不需要;1:需要
|
|
needBuild=(
|
|
needBuild=(
|
|
"1"
|
|
"1"
|
|
"1"
|
|
"1"
|
|
|
|
+"1"
|
|
)
|
|
)
|
|
|
|
|
|
echoPrefix="\033[36m+"
|
|
echoPrefix="\033[36m+"
|