From f89029c9c12d7da13195f3809a07fba315be36f6 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Sat, 21 Oct 2023 11:16:22 +0800 Subject: [PATCH] 99pda-all.sh --- yxt-db-pg/99pda-all.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yxt-db-pg/99pda-all.sh b/yxt-db-pg/99pda-all.sh index 9288cf2..6044e98 100644 --- a/yxt-db-pg/99pda-all.sh +++ b/yxt-db-pg/99pda-all.sh @@ -13,12 +13,12 @@ echo "url=($serverUrl)" deploy() { # 更新代码 - echo -e "$echoPrefix cd $codePath $echoSuffix" - cd $codePath - echo -e "$echoPrefix git checkout . $echoSuffix" - git checkout . - echo -e "$echoPrefix git pull $echoSuffix" - git pull + # echo -e "$echoPrefix cd $codePath $echoSuffix" + # cd $codePath + # echo -e "$echoPrefix git checkout . $echoSuffix" + # git checkout . + # echo -e "$echoPrefix git pull $echoSuffix" + # git pull # 读取版本号 major='1'