feat: .devops/helper.yml

double
fengyujue 2 months ago committed by jianmu
parent 846783844c
commit c9457f7f68

@ -0,0 +1,29 @@
version: 2
name: helper
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/alpine:3.17.0
script:
- echo'begin'
needs:
- start
- ref: code_check_0
name: 代码检查
task: xxq250/code_check@1.0.1
input:
key: '"wangfengzhi"'
needs:
- shell_0
- ref: end
name: 结束
task: end
needs:
- code_check_0
Loading…
Cancel
Save