yb hace 10 meses
padre
commit
17c60f96d3
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      bash/run.sh

+ 8 - 8
bash/run.sh

@@ -169,14 +169,14 @@ cleanup() {
 
 # 主函数
 main() {
-    # check_dependencies
-    # check_and_remove_zip # 先检查并删除旧的 ZIP 文件
-    # run_build
-    # check_source
-    # create_zip
-    # test_unzip
-    # upload_ftp
-    # cleanup
+    check_dependencies
+    check_and_remove_zip # 先检查并删除旧的 ZIP 文件
+    run_build
+    check_source
+    create_zip
+    test_unzip
+    upload_ftp
+    cleanup
     trigger_jenkins
     echo -e "${GREEN}所有任务完成!${NC}"
 }