Skip to content

Commit ae791a8

Browse files
committed
signing
1 parent b142cca commit ae791a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
1818
- gpg --batch --import ./codesigning.asc
1919
- ls -la /home/travis/.gnupg
20-
- gpg --pinentry-mode=loopback --yes --batch --export-secret-keys --output /home/travis/.gnupg/secring.gpg
20+
- gpg --pinentry-mode=loopback --yes --batch --output /home/travis/.gnupg/secring.gpg -passphrase $GPG_PASSWORD --export-secret-keys
2121
- ls -la /home/travis/.gnupg
2222
install: true # disables default "./gradlew assemble" install script
2323
after_success:

0 commit comments

Comments
 (0)