From f98951852182ae9183b98b31d46675e602c721cf Mon Sep 17 00:00:00 2001 From: gitgit Date: Thu, 4 Aug 2022 07:56:04 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E7=BB=84=E7=BB=87=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E8=80=85clone=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 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .devops/组织报告者clone私有仓库.yml diff --git a/.devops/组织报告者clone私有仓库.yml b/.devops/组织报告者clone私有仓库.yml new file mode 100644 index 0000000..6927061 --- /dev/null +++ b/.devops/组织报告者clone私有仓库.yml @@ -0,0 +1,25 @@ +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/test_jianmu_team/bot.git"' + ref: '"refs/heads/master"' + commit_id: '""' + depth: 100 + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - git_clone_0