refactor: delete .devops/未命名项目.yml
This commit is contained in:
parent
283fd139cf
commit
0c00263851
|
@ -1,29 +0,0 @@
|
||||||
version: 2
|
|
||||||
name: 未命名项目
|
|
||||||
description: ""
|
|
||||||
global:
|
|
||||||
concurrent: 1
|
|
||||||
workflow:
|
|
||||||
- ref: start
|
|
||||||
name: 开始
|
|
||||||
task: start
|
|
||||||
- ref: shell_0
|
|
||||||
name: shell
|
|
||||||
image: docker.jianmuhub.com/library/debian:buster-slim
|
|
||||||
script:
|
|
||||||
- date
|
|
||||||
needs:
|
|
||||||
- start
|
|
||||||
- ref: end
|
|
||||||
name: 结束
|
|
||||||
task: end
|
|
||||||
needs:
|
|
||||||
- shell_1
|
|
||||||
- ref: shell_1
|
|
||||||
name: shell
|
|
||||||
image: docker.jianmuhub.com/library/debian:buster-slim
|
|
||||||
script:
|
|
||||||
- whoami
|
|
||||||
needs:
|
|
||||||
- shell_0
|
|
||||||
|
|
Loading…
Reference in New Issue