feat: .devops/0653.yml
This commit is contained in:
parent
e919a8cb2c
commit
4878b88ac2
|
@ -0,0 +1,27 @@
|
|||
version: 2
|
||||
name: "0653"
|
||||
description: ""
|
||||
global:
|
||||
concurrent: 1
|
||||
param:
|
||||
- ref: iii
|
||||
name: ""
|
||||
value: '""'
|
||||
required: true
|
||||
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