Switch to own build image
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
fc7f7c3c49
commit
3ae4c3548e
|
@ -1,9 +1,8 @@
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue