refactor: delete .devops/Hello Word.yml

This commit is contained in:
xxq250 2023-03-16 10:15:38 +08:00 committed by jianmu
parent 1dfd66e6e2
commit 3d081d36ab
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
version: 2
name: Hello Word
description: hello jianmu
global:
concurrent: false
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: ubuntu:22.10
script:
- echo "hello word"
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0