Hello-world/.woodpecker.yml

10 lines
178 B
YAML
Raw Normal View History

2022-01-19 02:45:33 +00:00
# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."