frontpage/.woodpecker.yml

10 lines
161 B
YAML

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