feat: .devops/0629.yml
This commit is contained in:
parent
ea9c09ecd3
commit
ffb5ca8c18
|
@ -0,0 +1,27 @@
|
||||||
|
version: 2
|
||||||
|
name: "0629"
|
||||||
|
description: ""
|
||||||
|
global:
|
||||||
|
concurrent: 1
|
||||||
|
param:
|
||||||
|
- ref: hh
|
||||||
|
name: ""
|
||||||
|
value: '""'
|
||||||
|
required: false
|
||||||
|
type: STRING
|
||||||
|
hidden: false
|
||||||
|
workflow:
|
||||||
|
- ref: start
|
||||||
|
name: 开始
|
||||||
|
task: start
|
||||||
|
- ref: shell_0
|
||||||
|
name: shell
|
||||||
|
image: docker.jianmuhub.com/library/alpine:3.17.0
|
||||||
|
needs:
|
||||||
|
- start
|
||||||
|
- ref: end
|
||||||
|
name: 结束
|
||||||
|
task: end
|
||||||
|
needs:
|
||||||
|
- shell_0
|
||||||
|
|
Loading…
Reference in New Issue