Skip to content
Snippets Groups Projects

add debian packaging

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -22,7 +22,7 @@ publish-pip:
publish-apt:
image: debian:buster
stage: build
stage: deploy
script:
- apt update
- apt-get install -y python3-all debhelper python3-pip git-buildpackage
Loading