feat: .devops/组织ownerclone私有仓库.yml

This commit is contained in:
gitgit 2022-08-04 07:55:27 +00:00 committed by jianmu
parent ad2b2f3d87
commit 4c8de06c67
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
name: 组织ownerclone私有仓库
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: ((postman.user))
password: ((postman.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