test-repo/.woodpecker/.test.yml

7 lines
96 B
YAML
Raw Permalink Normal View History

2023-11-21 05:55:48 +00:00
steps:
test:
image: debian:stable-slim
commands:
- echo testing
- sleep 5