Hello-world/.woodpecker.yml
Anthony Wang 41fd6398ce
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Test creating a file
2022-01-19 11:55:31 -06:00

15 lines
241 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:
- touch zzz