mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-12-04 21:08:11 +00:00
fixed drone gpg import
This commit is contained in:
parent
f9e9235726
commit
041ad9e393
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue