lizw před 1 měsícem
rodič
revize
3fd373acdb
1 změnil soubory, kde provedl 9 přidání a 7 odebrání
  1. 9 7
      dsl/001sync_code.sh

+ 9 - 7
dsl/001sync_code.sh

@@ -194,13 +194,15 @@ commit_target() {
   git push origin $target_branch
 }
 
-source_pull
-target_pull
-source_build
-target_pull
-sync_files
-target_build
-commit_target
+#source_pull
+#target_pull
+#source_build
+#target_pull
+#sync_files
+#target_build
+#commit_target
+
+echo "已废弃!!!"
 
 # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/001sync_code.sh)