feat: .devops/未命名项目444.yml

This commit is contained in:
llaaoojjii 2024-12-05 12:09:45 +08:00 committed by jianmu
parent c704567943
commit 6de85a8cb6
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
version: 2
name: 未命名项目444
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 'This is test'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0