forked from Gitlink/build
refactor: delete .devops/未命名项目.yml
This commit is contained in:
parent
9323b82227
commit
b023ed68c6
|
@ -1,32 +0,0 @@
|
||||||
version: 2
|
|
||||||
name: 未命名项目
|
|
||||||
description: ""
|
|
||||||
global:
|
|
||||||
concurrent: 1
|
|
||||||
trigger:
|
|
||||||
webhook: gitlink@1.0.0
|
|
||||||
event:
|
|
||||||
- ref: push
|
|
||||||
ruleset:
|
|
||||||
- param-ref: branch
|
|
||||||
operator: EQ
|
|
||||||
value: '"master"'
|
|
||||||
- param-ref: pusher
|
|
||||||
operator: EQ
|
|
||||||
value: '"maxjhandsome"'
|
|
||||||
ruleset-operator: OR
|
|
||||||
workflow:
|
|
||||||
- ref: start
|
|
||||||
name: 开始
|
|
||||||
task: start
|
|
||||||
- ref: end
|
|
||||||
name: 结束
|
|
||||||
task: end
|
|
||||||
needs:
|
|
||||||
- shell_0
|
|
||||||
- ref: shell_0
|
|
||||||
name: shell
|
|
||||||
image: docker.jianmuhub.com/library/debian:buster-slim
|
|
||||||
needs:
|
|
||||||
- start
|
|
||||||
|
|
Loading…
Reference in New Issue