test woodpecker pipeline

This commit is contained in:
Cyryl Płotnicki 2022-11-08 13:48:19 +00:00
parent bc9ffbef89
commit efe22d836d

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.."