test woodpecker

This commit is contained in:
Aravinth Manivannan 2022-01-03 17:08:39 +05:30
commit e28ed7159e
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 10 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."