Browse Source

test-deploy-wms8-jd.sh

master
lizw 4 years ago
parent
commit
17dc1ecaf5
  1. 15
      yxt-yn/test-deploy-wms8-jd.sh

15
yxt-yn/test-deploy-wms8-jd.sh

@ -19,7 +19,6 @@ branchArr=(
positionArr=( positionArr=(
"." "."
"yvan-ext" "yvan-ext"
"yvan-framework"
"wms-core" "wms-core"
"yvan-ext-mobile" "yvan-ext-mobile"
) )
@ -135,12 +134,12 @@ buildCode() {
echo "wms-biz/pda-client 文件未变化" echo "wms-biz/pda-client 文件未变化"
fi fi
# 构建 java # # 构建 java
echo -e "$echoPrefix cd $codePath $echoSuffix" # echo -e "$echoPrefix cd $codePath $echoSuffix"
cd $codePath # cd $codePath
echo -e "$echoPrefix gradle build -x test $echoSuffix" # echo -e "$echoPrefix gradle build -x test $echoSuffix"
gradle build -x test # gradle build -x test
echo "" # echo ""
} }
logPath=/data/logs/wms8_test_jd/wms8_test_jd.log logPath=/data/logs/wms8_test_jd/wms8_test_jd.log
@ -198,7 +197,7 @@ deployPull() {
deployServer() { deployServer() {
pid=$1 pid=$1
# deployPull deployPull
buildCode buildCode
echo "###--代码构建完成--------------------------------------------------------------------------###" echo "###--代码构建完成--------------------------------------------------------------------------###"
# 重启服务 # 重启服务

Loading…
Cancel
Save