Hello-world/.woodpecker.yml
Anthony Wang 44a10e3840
Some checks failed
continuous-integration/woodpecker the build failed
ci/woodpecker/push/woodpecker Pipeline is pending
Update '.woodpecker.yml'
2022-01-18 20:46:23 -06:00

10 lines
179 B
YAML

# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step!"
a-test-step:
image: debian
commands:
- echo "Testing.."