delete qr deb after install to avoid publishing it

This commit is contained in:
Finn 2021-01-30 02:11:29 -08:00
parent 5bd9ff1ea4
commit ecef30589d
2 changed files with 9 additions and 1 deletions

View file

@ -51,7 +51,7 @@ build:x86:deb:
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y git-buildpackage dh-golang golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev - apt-get install -y git-buildpackage dh-golang golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev
- apt-get install -y ./*.deb - apt-get install -y ./*.deb && rm -vf *.deb
script: script:
- gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(git describe --abbrev=0)+git$(date +%Y-%m-%d)r$(git rev-parse --short=8 HEAD).$(git rev-list $(git describe --abbrev=0)..HEAD --count)" - gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(git describe --abbrev=0)+git$(date +%Y-%m-%d)r$(git rev-parse --short=8 HEAD).$(git rev-list $(git describe --abbrev=0)..HEAD --count)"
- dpkg-buildpackage -us -uc -b - dpkg-buildpackage -us -uc -b

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
signaldctl (0.1.0+git2021-01-30r36c9578d.3) UNRELEASED; urgency=medium
* Add .aptly.conf
* rename package to signaldctl
* update gitlab ci to reflect new package names
-- Finn <finn@janky.solutions> Sat, 30 Jan 2021 09:57:25 +0000
signaldctl (0.1.0) unstable; urgency=medium signaldctl (0.1.0) unstable; urgency=medium
* Initial release * Initial release