refactor: delete .devops/未命名项目.yml
This commit is contained in:
parent
a6b253ebc6
commit
90e53d32ef
|
@ -1,24 +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.5
|
|
||||||
input:
|
|
||||||
remote_url: '""'
|
|
||||||
ref: '"refs/heads/master"'
|
|
||||||
commit_id: '""'
|
|
||||||
depth: 1
|
|
||||||
needs:
|
|
||||||
- start
|
|
||||||
- ref: end
|
|
||||||
name: 结束
|
|
||||||
task: end
|
|
||||||
needs:
|
|
||||||
- git_clone_0
|
|
||||||
|
|
Loading…
Reference in New Issue