woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-dag.yaml

23 lines
252 B
YAML
Raw Normal View History

2024-01-15 07:54:27 +00:00
steps:
first:
image: test
second:
depends_on: first
image: test
next:
image: test
depends_on:
- first
- second
some:
image: test
depends_on:
- first
last:
image: test
depends_on: next