add woodpecker pipeline script

This commit is contained in:
Kaimbacher 2022-11-17 13:40:00 +00:00
parent bb70c087ef
commit 035439aa30

5
.woodpecker.yml Normal file
View File

@ -0,0 +1,5 @@
pipeline:
first-job:
image: busybox
commands:
- echo "first run"