oxaliq.net/.woodpecker.yml
maren 2b37faf832
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci
2024-01-07 17:49:32 -05:00

12 lines
214 B
YAML

when:
branch:
exclude: [ main ]
steps:
build:
image: debian:bookworm
commands:
- echo "This is the build step"
a-test-step:
image: debian:bookworm
commands:
- echo "Testing.."