Browse Source

test-deploy-wms8-jd.sh

lizw 3 năm trước cách đây
mục cha
commit
17dc1ecaf5
1 tập tin đã thay đổi với 7 bổ sung8 xóa
  1. 7 8
      yxt-yn/test-deploy-wms8-jd.sh

+ 7 - 8
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 "###--代码构建完成--------------------------------------------------------------------------###"
   # 重启服务