浏览代码

99pda-all.sh

lizw 1 年之前
父节点
当前提交
f89029c9c1
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      yxt-db-pg/99pda-all.sh

+ 6 - 6
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'