test-woodpecker-python/.woodpecker/build.yaml
phil 799f1d3cc2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
t4
2025-06-20 19:08:25 +02:00

17 lines
302 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "This is the build step"
- echo "echo Foo" > executable
- chmod a+x executable
- name: a-test-step
image: alpine
commands:
- echo "Testing ..."
- ./executable