We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9810a02 + ed1b696 commit abea12aCopy full SHA for abea12a
repro.in
@@ -77,7 +77,7 @@ function init_gnupg() {
77
# Ensure signing key is available
78
# This works on debian
79
KEYID=3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C
80
- if [ -z "$(gpg --export "$KEYID" 2>/dev/null)" ]; then
+ if [ -z "$(gpg --armor --export "$KEYID" 2>/dev/null)" ]; then
81
gpg --keyserver=keys.openpgp.org --recv-keys "$KEYID"
82
fi
83
}
0 commit comments