Skip to content

Commit

Permalink
dont use tty for gpg test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Dec 5, 2019
1 parent bc285e2 commit b6e3be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gpg/setup-gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ ${GPG_EXECUTABLE} --with-keygrip -K ${GPG_PUBID}
echo ">>> CACHE PASSPHRASE <<<"
${GPG_PRESET_EXECUTABLE} --preset --passphrase ${GPG_PASSPHRASE} ${GPG_PUBID_KEYGRIP}
echo ">>> TEST GPG <<<"
echo "test" | ${GPG_EXECUTABLE} --clearsign
${GPG_EXECUTABLE} --clearsign ~/.gnupg/gpg.conf
cat ~/.gnupg/gpg.conf.asc

0 comments on commit b6e3be6

Please sign in to comment.