CI-Test/.woodpecker.yml
Kevin Dorner 3ae4c3548e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Switch to own build image
2022-08-26 04:04:58 +02:00

12 lines
210 B
YAML

pipeline:
build_deb:
image: gitea.mdg-hamburg.de/ci-tools/deb-buildpackage:latest
pull: true
commands:
- make package
- ls -laR ..
when:
event: [push, tag]
branches: master