删除未命名项目

main
qinxiaonan_branch 1 year ago
parent 006daf7d4d
commit 8784a49c47

@ -1,29 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: pr
ruleset:
- param-ref: source_branch
operator: EQ
value: '""'
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell01
image: docker.jianmuhub.com/library/debian:buster-slim
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0
Loading…
Cancel
Save