We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2704c21 commit 3ffc4a6Copy full SHA for 3ffc4a6
1 file changed
ci-build.sh
@@ -178,7 +178,7 @@ EOL
178
esac
179
180
# HACK: Install pinentry helper program if missing. Avoids "signing failed: No pinentry" error.
181
- if which pinentry >/dev/null 2>&1; then
+ if ! which pinentry >/dev/null 2>&1; then
182
echo '--> Installing missing pinentry helper for GPG'
183
sudo apt-get install -y pinentry-tty
184
# HACK: Restart the gpg agent, to notice the newly installed pinentry.
0 commit comments