Hello-world/.woodpecker.yml
2022-01-19 11:48:12 -06:00

15 lines
248 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
commands:
- echo "1234"
pipeline:
build:
image: debian
commands:
- echo "This is the build step!"
a-test-step:
image: debian
commands:
- echo "Testing.."