teste-ci/.woodpecker.yml

8 lines
168 B
YAML
Raw Permalink Normal View History

2026-05-31 01:31:19 +00:00
steps:
test-build:
image: alpine
commands:
- echo "Starting CI pipeline test on Woodpecker CI!"
- ls -la
2026-05-31 02:16:53 +00:00
- echo "CI functional. Status OK!"