lizw 8 ماه پیش
والد
کامیت
b92ee90e63
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      hua_wei_yun/10wms86-test.sh

+ 4 - 0
hua_wei_yun/10wms86-test.sh

@@ -152,6 +152,10 @@ deployPull() {
       needBuild[idx]=$isChange
     fi
   done
+  echo -e "$echoPrefix cd /home/www/deploy/wms85_sd_test/wms-ui/node_modules/yvan-ui $echoSuffix"
+  cd /home/www/deploy/wms85_sd_test/wms-ui/node_modules/yvan-ui
+  echo -e "$echoPrefix git pull $echoSuffix"
+  git pull
   echo "###--代码更新完成--------------------------------------------------------------------------###"
   echo ""
 }