Switch to own build image
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kevin Dorner 2022-08-26 04:04:58 +02:00
parent fc7f7c3c49
commit 3ae4c3548e
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
pipeline: pipeline:
build_deb: build_deb:
image: debian:stable-slim image: gitea.mdg-hamburg.de/ci-tools/deb-buildpackage:latest
pull: true pull: true
commands: commands:
- apt update && apt install -y build-essential devscripts
- make package - make package
- ls -laR .. - ls -laR ..
when: when:
event: [push, tag] event: [push, tag]
branches: master branches: master