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