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

23 lines
252 B
YAML

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