Files
infrastructure/.woodpecker.yml
jazzymc 69e1338a5b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix YAML syntax
2026-01-18 16:40:48 +02:00

9 lines
168 B
YAML

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