소스 검색

001sync_code.sh

lizw 1 개월 전
부모
커밋
3fd373acdb
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  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)