fixed drone gpg import
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
Tobias Trabelsi 2022-06-14 23:55:08 +02:00
parent f9e9235726
commit 041ad9e393
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E

View File

@ -48,7 +48,7 @@ steps:
commands:
- apk add gpg-agent
- gpg-agent --daemon --default-cache-ttl 7200
- echo $GPG_PRIVATE_KEY | gpg --import --batch --no-tty
- echo $GPG_PRIVATE_KEY_BASE64 | base64 -d | gpg --import --batch --no-tty
- goreleaser release
resources:
limits: