From b92ee90e63b5a4e71eb9616a6b601cd10f8df818 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Thu, 19 Sep 2024 11:02:33 +0800 Subject: [PATCH] ... --- hua_wei_yun/10wms86-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hua_wei_yun/10wms86-test.sh b/hua_wei_yun/10wms86-test.sh index 299afb2..cc1933a 100644 --- a/hua_wei_yun/10wms86-test.sh +++ b/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 "" }