Files
hello-world/.woodpecker.yml
gitea_admin 2d5e58d4a6
Some checks failed
ci/woodpecker/push/pipeline Pipeline failed
Actualiser .woodpecker.yml
2026-04-01 17:59:25 +00:00

12 lines
183 B
YAML

kind: pipeline
name: test-debug
steps:
verification:
image: alpine
commands:
- echo "Le pipeline Woodpecker fonctionne !"
- date
- env | grep WOODPECKER