woodpecker test

Ricard Illa 2022-08-19 18:32:48 +02:00
parent 615b859606
commit c2f93fa8e6
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 9 additions and 0 deletions

9
.woodpecker.yml Normal file
View File

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