From e413ed4801417cece991fe2f34be53f8af8d0ce2 Mon Sep 17 00:00:00 2001 From: gitgit Date: Thu, 4 Aug 2022 07:50:56 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E5=BC=80=E5=8F=91=E8=80=85clon?= =?UTF-8?q?e=E7=A7=81=E6=9C=89=E4=BB=93=E5=BA=93.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/开发者clone私有仓库.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .devops/开发者clone私有仓库.yml diff --git a/.devops/开发者clone私有仓库.yml b/.devops/开发者clone私有仓库.yml new file mode 100644 index 0000000..802f736 --- /dev/null +++ b/.devops/开发者clone私有仓库.yml @@ -0,0 +1,26 @@ +name: 开发者clone私有仓库 +description: "" +global: + concurrent: false +workflow: + - ref: start + name: 开始 + task: start + - ref: git_clone_0 + name: git clone + task: git_clone@1.2.5 + input: + username: ((chytest3.user)) + password: ((chytest3.pwd)) + remote_url: '"https://testgitea2.trustie.net/postman/test_jiammu.git"' + ref: '"refs/heads/master"' + commit_id: '""' + depth: 100 + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - git_clone_0 +