testing/.woodpecker.yml

13 lines
212 B
YAML

# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."
branches: [ master, feature/* ]