Hello-world/.woodpecker.yml

15 lines
241 B
YAML
Raw Normal View History

2022-01-19 17:48:12 +00:00
clone:
git:
image: woodpeckerci/plugin-git
commands:
- echo "1234"
2022-01-19 02:45:33 +00:00
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:
2022-01-19 17:55:31 +00:00
- touch zzz