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

double
fengyujue 2 months ago committed by jianmu
parent d239e4e8d0
commit 846783844c

@ -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/alpine:3.17.0
script:
- echo'begin'
needs:
- start
- ref: code_check_0
name: 代码检查
task: xxq250/code_check@1.0.1
input:
key: '"wangfengzhi"'
needs:
- shell_0
- ref: end
name: 结束
task: end
needs:
- code_check_0
Loading…
Cancel
Save