We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de793e0 commit 9930ccfCopy full SHA for 9930ccf
1 file changed
clients/publish-java-client.sh
@@ -3,6 +3,7 @@ export GPG_TTY=$(tty)
3
gpg --version
4
echo "Preparing private gpg key..."
5
echo "$GPG_PRIVATE_KEY_BASE64" | base64 --decode > private-key.asc
6
+echo "Head of key"
7
head -c 50 private-key.asc
8
echo "Importing private gpg key..."
9
gpg --import --verbose --batch private-key.asc
0 commit comments