oxaliq.net/.woodpecker.yml
maren 4b151e4792
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
see whats in the dir
2024-01-07 18:11:53 -05:00

13 lines
225 B
YAML

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