test woodpecker

This commit is contained in:
michaelachrisco 2024-04-29 02:43:31 -07:00
parent 5be701d027
commit ceafdd32fb

9
.woodpecker.yaml Normal file
View file

@ -0,0 +1,9 @@
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: debian
commands:
- echo "Testing.."