删除未命名项目

This commit is contained in:
qinxiaonan_branch 2024-05-27 14:35:22 +08:00
parent 006daf7d4d
commit 8784a49c47
1 changed files with 0 additions and 29 deletions

View File

@ -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