Delete .woodpecker/build.yaml

This commit is contained in:
Toastie 2024-07-18 07:52:28 -07:00
parent 88d214b8a2
commit f72bf2bf3d

View file

@ -1,22 +0,0 @@
pipeline:
run-one:
image: busybox
group: first
commands:
- echo "first run"
run-two:
image: busybox
group: first
commands:
- echo "second run"
run-three:
image: ubuntu
commands:
- echo hi
when:
branch:
include: [ main, release/* ]
exclude: [ test/1.0.0, test/1.1.* ]