Hello-world/.woodpecker.yml
2022-01-18 20:45:33 -06:00

10 lines
178 B
YAML

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