Remove old deb-structure ci step

This commit is contained in:
kolaente 2021-04-22 17:14:24 +02:00
parent eaa9b18d0e
commit cfa51c63c2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 18 deletions

View File

@ -496,24 +496,6 @@ steps:
- tag
depends_on: [ build-os-packages ]
- name: deb-structure
image: kolaente/reprepro
pull: true
environment:
GPG_PRIVATE_KEY:
from_secret: gpg_privatekey
commands:
- export GPG_TTY=$(tty)
- gpg -qk
- echo "use-agent" >> ~/.gnupg/gpg.conf
- gpgconf --kill gpg-agent
- echo $GPG_PRIVATE_KEY > ~/frederik.gpg
- gpg --import ~/frederik.gpg
- mkdir debian/conf -p
- cp build/reprepro-dist-conf debian/conf/distributions
- ./mage-static release:reprepro
depends_on: [ build-os-packages ]
# Push the releases to our pseudo-s3-bucket
- name: release-deb
image: plugins/s3:1