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 ""
 }