This commit is contained in:
parent
b8b8814aa8
commit
722e981932
@ -9,9 +9,10 @@ steps:
|
|||||||
image: debian:bullseye
|
image: debian:bullseye
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y debhelper dh-make
|
- apt-get install -y debhelper dh-make git
|
||||||
- mkdir -p dist
|
- mkdir -p dist
|
||||||
- dh_builddeb --destdir=dist
|
- dh_builddeb --destdir=dist
|
||||||
|
- git add dist/*
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
Loading…
Reference in New Issue
Block a user