dotfiles/.woodpecker.yml

10 lines
161 B
YAML
Raw Normal View History

2022-11-08 13:48:19 +00:00
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."