Browse Source

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

gitlink
songjc jianmu 8 months ago
parent
commit
7bd34f45c6
1 changed files with 0 additions and 31 deletions
  1. +0
    -31
      .devops/未命名项目.yml

+ 0
- 31
.devops/未命名项目.yml View File

@@ -1,31 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: create_tag
ruleset:
- param-ref: tag
operator: EQ
value: '"部署"'
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: end
name: 结束
task: end
needs:
- shell_0
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/alpine:3.17.0
script:
- ls
needs:
- start


Loading…
Cancel
Save