refactor: delete .devops/未命名项目.yml

This commit is contained in:
jianmu 2023-11-29 17:35:43 +08:00
parent 283fd139cf
commit 0c00263851
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/debian:buster-slim
script:
- date
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_1
- ref: shell_1
name: shell
image: docker.jianmuhub.com/library/debian:buster-slim
script:
- whoami
needs:
- shell_0