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 9601522 commit 8763afcCopy full SHA for 8763afc
build/setupSigning.sh
@@ -11,8 +11,9 @@ echo "Importing signing key..."
11
# Modify the command below to use the correct environment variables
12
# that were added to your Travis build settings when you encrypted your signing.key file.
13
openssl aes-256-cbc -K $encrypted_4b7d603e7466_key -iv $encrypted_4b7d603e7466_iv -in build/signing.key.enc -out build/signing.key -d
14
+
15
gpg --version
-gpg --fast-import build/signing.key
16
+gpg --batch --import build/signing.key
17
rm build/signing.key
18
19
echo "Signing key import finished!"
0 commit comments