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

This commit is contained in:
somunslotus 2023-06-29 15:17:50 +08:00 committed by jianmu
parent be7299a09d
commit 38fdd50c45
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/ubuntu:22.04
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0