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.
1 parent 1556d0f commit a4b88b4Copy full SHA for a4b88b4
.github/builder/common.sh
@@ -2,6 +2,8 @@
2
3
# NOTE: The `use-keyboxd` option in ~/.gnupg/common.conf should be disabled for this script's GPG routines to
4
# work correctly!
5
+mkdir -p $HOME/.gnupg
6
+echo "use-keyboxd = no" > $HOME/.gnupg/common.conf
7
8
set -e
9
0 commit comments