woopecker-test/.woodpecker.yaml

9 lines
164 B
YAML
Raw Normal View History

2025-04-25 21:53:35 +02:00
steps:
- name: build
image: debian
commands:
- echo "test content" > myfile
- name: a-test-step
image: debian
commands:
- cat myfile