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

Loading…
Cancel
Save