Disable deb repo in drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-02-02 21:32:57 +01:00
parent c4a71016b8
commit a71aa0c898
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 19 additions and 18 deletions

View File

@ -496,23 +496,24 @@ steps:
- tag - tag
depends_on: [ build-os-packages ] depends_on: [ build-os-packages ]
- name: deb-structure ### Broken, disabled until we figure out how to fix it
image: kolaente/reprepro # - name: deb-structure
pull: true # image: kolaente/reprepro
environment: # pull: true
GPG_PRIVATE_KEY: # environment:
from_secret: gpg_privatekey # GPG_PRIVATE_KEY:
commands: # from_secret: gpg_privatekey
- export GPG_TTY=$(tty) # commands:
- gpg -qk # - export GPG_TTY=$(tty)
- echo "use-agent" >> ~/.gnupg/gpg.conf # - gpg -qk
- gpgconf --kill gpg-agent # - echo "use-agent" >> ~/.gnupg/gpg.conf
- echo $GPG_PRIVATE_KEY > ~/frederik.gpg # - gpgconf --kill gpg-agent
- gpg --import ~/frederik.gpg # - echo $GPG_PRIVATE_KEY > ~/frederik.gpg
- mkdir debian/conf -p # - gpg --import ~/frederik.gpg
- cp build/reprepro-dist-conf debian/conf/distributions # - mkdir debian/conf -p
- ./mage-static release:reprepro # - cp build/reprepro-dist-conf debian/conf/distributions
depends_on: [ build-os-packages ] # - ./mage-static release:reprepro
# depends_on: [ build-os-packages ]
# Push the releases to our pseudo-s3-bucket # Push the releases to our pseudo-s3-bucket
- name: release-deb - name: release-deb
@ -530,7 +531,7 @@ steps:
strip_prefix: debian strip_prefix: debian
source: debian/*/*/*/*/* source: debian/*/*/*/*/*
target: /deb/ target: /deb/
depends_on: [ deb-structure ] # depends_on: [ deb-structure ]
--- ---
kind: pipeline kind: pipeline