forked from Gitlink/gitlink_help_center
feat: .devops/test.yml
This commit is contained in:
parent
c83c4bb577
commit
b7ca4037cc
|
@ -0,0 +1,22 @@
|
||||||
|
version: 2
|
||||||
|
name: test
|
||||||
|
description: ""
|
||||||
|
global:
|
||||||
|
concurrent: 1
|
||||||
|
workflow:
|
||||||
|
- ref: start
|
||||||
|
name: 开始
|
||||||
|
task: start
|
||||||
|
- ref: shell_0
|
||||||
|
name: shell
|
||||||
|
image: docker.jianmuhub.com/library/alpine:3.17.0
|
||||||
|
script:
|
||||||
|
- echo 'Hello GitLink'
|
||||||
|
needs:
|
||||||
|
- start
|
||||||
|
- ref: end
|
||||||
|
name: 结束
|
||||||
|
task: end
|
||||||
|
needs:
|
||||||
|
- shell_0
|
||||||
|
|
Loading…
Reference in New Issue