|
|
@ -5,6 +5,7 @@ set -e |
|
|
codePath=/home/www/deploy/wms8_ztf_config_center_2 |
|
|
codePath=/home/www/deploy/wms8_ztf_config_center_2 |
|
|
gitUrlArr=( |
|
|
gitUrlArr=( |
|
|
"http://git.yvanui.com/jztd/wms.git" |
|
|
"http://git.yvanui.com/jztd/wms.git" |
|
|
|
|
|
"http://git.yvanui.com/jztd/wms-ui-pc.git" |
|
|
"http://git.yvanui.com/jztd/wms-ui-config-center.git" |
|
|
"http://git.yvanui.com/jztd/wms-ui-config-center.git" |
|
|
"http://git.yvanui.com/lizhiwei/yvan-framework.git" |
|
|
"http://git.yvanui.com/lizhiwei/yvan-framework.git" |
|
|
) |
|
|
) |
|
|
@ -12,10 +13,12 @@ gitUrlArr=( |
|
|
branchArr=( |
|
|
branchArr=( |
|
|
"master" |
|
|
"master" |
|
|
"master" |
|
|
"master" |
|
|
|
|
|
"master" |
|
|
"8.4" |
|
|
"8.4" |
|
|
) |
|
|
) |
|
|
positionArr=( |
|
|
positionArr=( |
|
|
"." |
|
|
"." |
|
|
|
|
|
"wms-ui-pc" |
|
|
"wms-modules/wms-ui-config-center" |
|
|
"wms-modules/wms-ui-config-center" |
|
|
"yvan-framework" |
|
|
"yvan-framework" |
|
|
) |
|
|
) |
|
|
@ -24,6 +27,7 @@ needBuild=( |
|
|
"1" |
|
|
"1" |
|
|
"1" |
|
|
"1" |
|
|
"1" |
|
|
"1" |
|
|
|
|
|
"1" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
echoPrefix="\033[36m+" |
|
|
echoPrefix="\033[36m+" |
|
|
|