refactor: delete .devops/未命名项目.yml

This commit is contained in:
gitgit 2022-08-02 07:39:47 +00:00 committed by jianmu
parent ed62c962f9
commit d5a148f72d
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
name: 未命名项目
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: git_clone_0
name: git clone
task: git_clone@1.2.4
input:
username: ((gitlink.username))
password: ((gitlink.pwd))
remote_url: https://testgitea2.trustie.net/gitgit/testdevops.git
ref: '"refs/heads/master"'
commit_id: '""'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- git_clone_0