Browse Source

添加ztf test环境 文件系统/打印服务发布脚本

master
zhoucg 3 years ago
parent
commit
51d48e98c9
  1. 4
      hua_wei_yun/04wms-ztf-api-test.sh
  2. 4
      hua_wei_yun/07wms-ztf-print-test.sh

4
hua_wei_yun/04wms-ztf-api-test.sh

@ -5,21 +5,25 @@ set -e
codePath=/home/www/deploy/wms8_ztf_api_2 codePath=/home/www/deploy/wms8_ztf_api_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/lizhiwei/yvan-framework.git" "http://git.yvanui.com/lizhiwei/yvan-framework.git"
) )
branchArr=( branchArr=(
"master" "master"
"master"
"8.4" "8.4"
) )
positionArr=( positionArr=(
"." "."
"wms-ui-pc"
"yvan-framework" "yvan-framework"
) )
# 是否需要构建,-1:自动;0:不需要;1:需要 # 是否需要构建,-1:自动;0:不需要;1:需要
needBuild=( needBuild=(
"1" "1"
"1" "1"
"1"
) )
echoPrefix="\033[36m+" echoPrefix="\033[36m+"

4
hua_wei_yun/07wms-ztf-print-test.sh

@ -5,21 +5,25 @@ set -e
codePath=/home/www/deploy/wms8_ztf_print_2 codePath=/home/www/deploy/wms8_ztf_print_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/lizhiwei/yvan-framework.git" "http://git.yvanui.com/lizhiwei/yvan-framework.git"
) )
branchArr=( branchArr=(
"master" "master"
"master"
"8.4" "8.4"
) )
positionArr=( positionArr=(
"." "."
"wms-ui-pc"
"yvan-framework" "yvan-framework"
) )
# 是否需要构建,-1:自动;0:不需要;1:需要 # 是否需要构建,-1:自动;0:不需要;1:需要
needBuild=( needBuild=(
"1" "1"
"1" "1"
"1"
) )
echoPrefix="\033[36m+" echoPrefix="\033[36m+"

Loading…
Cancel
Save