bootstrap: remove GPG setup step
ci/woodpecker/push/check Pipeline was successful Details

I don't use `git-crypt` anymore, this is no longer useful.
This commit is contained in:
Bruno BELANYI 2023-04-17 09:28:18 +00:00
parent 98c77cb258
commit af470f507b
1 changed files with 0 additions and 9 deletions

View File

@ -87,15 +87,6 @@ get_creds() {
get_pgp
}
setup_gpg() {
info 'Setting up loopback pinentry for GnuPG'
echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
info 'Signing dummy message to ensure GnuPG key is usable by `git-crypt`'
echo whatever | gpg --clearsign --armor --pinentry loopback --output /dev/null
}
[ -z "$NOCREDS" ] && get_creds
[ -z "$NOGPG" ] && setup_gpg
nix --experimental-features 'nix-command flakes' develop