oxaliq.net/.woodpecker.yml
maren 6affe178fd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
woodpecker init
2023-12-17 19:25:26 -05:00

9 lines
158 B
YAML

steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."