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