Skip to content

Commit

Permalink
loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsheldon committed Jul 5, 2022
1 parent 439d855 commit 156f5c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ steps:
commands:
- apk update
- apk add gpg-agent
- echo -e "$GPG_PRIVATE_KEY}" | gpg --import --batch --no-tty
- echo -e "$GPG_PRIVATE_KEY" | gpg --import --batch --no-tty
- echo "hello world" > temp.txt
- gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "$GPG_PASSWORD" temp.txt
- rm temp.txt
- goreleaser release --skip-publish
when:
ref:
Expand Down

0 comments on commit 156f5c9

Please sign in to comment.