oxaliq.net/.woodpecker.yml

13 lines
196 B
YAML
Raw Normal View History

when:
branch:
exclude: [ main ]
2023-12-18 00:25:26 +00:00
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."