Hello-world/.woodpecker.yml

10 lines
179 B
YAML
Raw Normal View History

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