Files
test-app/.woodpecker.yml
Mariusz 6237f2bed4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Test minimal pipeline
2026-02-20 12:27:56 +00:00

10 lines
154 B
YAML

steps:
- name: test
image: alpine
when:
- event: push
branch: main
commands:
- echo "Pipeline dziala!"
- uname -a