Skip to content

Commit 9930ccf

Browse files
committed
log
1 parent de793e0 commit 9930ccf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clients/publish-java-client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export GPG_TTY=$(tty)
33
gpg --version
44
echo "Preparing private gpg key..."
55
echo "$GPG_PRIVATE_KEY_BASE64" | base64 --decode > private-key.asc
6+
echo "Head of key"
67
head -c 50 private-key.asc
78
echo "Importing private gpg key..."
89
gpg --import --verbose --batch private-key.asc

0 commit comments

Comments
 (0)