From 702afe69e2a61c232cf860d1d11d6529773dd6b7 Mon Sep 17 00:00:00 2001 From: pan <601760354@163.com> Date: Wed, 5 Jun 2024 15:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../build_pipeline_script_generator.sh | 0 .../src/handler/generate_pipeline_script.py | 0 .../src/pipeline_script_generator/__init__.py | 0 .../src/pipeline_script_generator/jenkins_generator.py | 0 .../src/pipeline_script_generator/script_generator.py | 0 .../pipeline_script_generator/script_generator_command_line.py | 0 .../src/pipeline_script_generator_main.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tools/{install_dependency => download_and_deploy}/build_pipeline_script_generator.sh (100%) rename tools/{install_dependency => download_and_deploy}/src/handler/generate_pipeline_script.py (100%) rename tools/{install_dependency => download_and_deploy}/src/pipeline_script_generator/__init__.py (100%) rename tools/{install_dependency => download_and_deploy}/src/pipeline_script_generator/jenkins_generator.py (100%) rename tools/{install_dependency => download_and_deploy}/src/pipeline_script_generator/script_generator.py (100%) rename tools/{install_dependency => download_and_deploy}/src/pipeline_script_generator/script_generator_command_line.py (100%) rename tools/{install_dependency => download_and_deploy}/src/pipeline_script_generator_main.py (100%) diff --git a/tools/install_dependency/build_pipeline_script_generator.sh b/tools/download_and_deploy/build_pipeline_script_generator.sh similarity index 100% rename from tools/install_dependency/build_pipeline_script_generator.sh rename to tools/download_and_deploy/build_pipeline_script_generator.sh diff --git a/tools/install_dependency/src/handler/generate_pipeline_script.py b/tools/download_and_deploy/src/handler/generate_pipeline_script.py similarity index 100% rename from tools/install_dependency/src/handler/generate_pipeline_script.py rename to tools/download_and_deploy/src/handler/generate_pipeline_script.py diff --git a/tools/install_dependency/src/pipeline_script_generator/__init__.py b/tools/download_and_deploy/src/pipeline_script_generator/__init__.py similarity index 100% rename from tools/install_dependency/src/pipeline_script_generator/__init__.py rename to tools/download_and_deploy/src/pipeline_script_generator/__init__.py diff --git a/tools/install_dependency/src/pipeline_script_generator/jenkins_generator.py b/tools/download_and_deploy/src/pipeline_script_generator/jenkins_generator.py similarity index 100% rename from tools/install_dependency/src/pipeline_script_generator/jenkins_generator.py rename to tools/download_and_deploy/src/pipeline_script_generator/jenkins_generator.py diff --git a/tools/install_dependency/src/pipeline_script_generator/script_generator.py b/tools/download_and_deploy/src/pipeline_script_generator/script_generator.py similarity index 100% rename from tools/install_dependency/src/pipeline_script_generator/script_generator.py rename to tools/download_and_deploy/src/pipeline_script_generator/script_generator.py diff --git a/tools/install_dependency/src/pipeline_script_generator/script_generator_command_line.py b/tools/download_and_deploy/src/pipeline_script_generator/script_generator_command_line.py similarity index 100% rename from tools/install_dependency/src/pipeline_script_generator/script_generator_command_line.py rename to tools/download_and_deploy/src/pipeline_script_generator/script_generator_command_line.py diff --git a/tools/install_dependency/src/pipeline_script_generator_main.py b/tools/download_and_deploy/src/pipeline_script_generator_main.py similarity index 100% rename from tools/install_dependency/src/pipeline_script_generator_main.py rename to tools/download_and_deploy/src/pipeline_script_generator_main.py -- Gitee