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

This commit is contained in:
somunslotus 2023-11-30 09:38:44 +08:00 committed by jianmu
parent 123236db11
commit 7d45ea42c2
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: end
name: 结束
task: end
needs:
- shell_0
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/alpine:3.17.0
script:
- "#!/bin/bash"
- echo "hello world"
needs:
- start