mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
Fixed GPG key location in drone recipe and install gpg.
This commit is contained in:
parent
aa95914010
commit
7d013ff78f
@ -49,7 +49,7 @@ volumes:
|
||||
path: /var/cache/debian-package-cache
|
||||
- name: gpg-key
|
||||
host:
|
||||
path: /var/autosign_gpg.key
|
||||
path: /home/tastytea/misc/autosign_gpg.key
|
||||
|
||||
trigger:
|
||||
event:
|
||||
@ -72,6 +72,8 @@ steps:
|
||||
commands:
|
||||
- rm /etc/apt/apt.conf.d/docker-clean
|
||||
- rm /var/cache/apt/archives/lock
|
||||
- apt-get update -q
|
||||
- apt-get install -qy gnupg
|
||||
- gpg --import /var/autosign_gpg.key
|
||||
- gpg --verbose --detach-sign *.tar.gz
|
||||
- gpg --verbose --detach-sign *.zip
|
||||
|
Loading…
Reference in New Issue
Block a user