Skip to content

Commit 8763afc

Browse files
committed
fix: update signing step
Update signing step Signed-off-by: Subin Shekhar <[email protected]>
1 parent 9601522 commit 8763afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/setupSigning.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ echo "Importing signing key..."
1111
# Modify the command below to use the correct environment variables
1212
# that were added to your Travis build settings when you encrypted your signing.key file.
1313
openssl aes-256-cbc -K $encrypted_4b7d603e7466_key -iv $encrypted_4b7d603e7466_iv -in build/signing.key.enc -out build/signing.key -d
14+
1415
gpg --version
15-
gpg --fast-import build/signing.key
16+
gpg --batch --import build/signing.key
1617
rm build/signing.key
1718

1819
echo "Signing key import finished!"

0 commit comments

Comments
 (0)