feat: .devops/未命名.yml

This commit is contained in:
raojing 2023-03-30 13:39:10 +08:00 committed by jianmu
parent 50ad9c399a
commit 02f577221a
1 changed files with 23 additions and 0 deletions

23
.devops/未命名.yml Normal file
View File

@ -0,0 +1,23 @@
version: 2
name: 未命名
description: ""
global:
concurrent: 1
trigger:
type: cron
schedule: 0 0 14 * * ?
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