feat: .devops/0630.yml

This commit is contained in:
raojing 2023-05-06 18:30:35 +08:00 committed by jianmu
parent ffb5ca8c18
commit 682a5c4b2c
1 changed files with 27 additions and 0 deletions

27
.devops/0630.yml Normal file
View File

@ -0,0 +1,27 @@
version: 2
name: "0630"
description: ""
global:
concurrent: 1
param:
- ref: pp
name: ""
value: "true"
required: true
type: BOOL
hidden: true
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