Files
infrastructure/.woodpecker.yml
2026-01-18 16:39:10 +02:00

9 lines
167 B
YAML

steps:
- name: test
image: alpine
commands:
- echo "Hello from Woodpecker CI!"
- echo "Repository: infrastructure"
- date
- uname -a