Hello-world/.woodpecker.yml
Anthony Wang 2faea9096b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use custom git clone pipeline
2022-01-19 11:48:12 -06:00

15 lines
No EOL
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.."