Skip to content

Commit b142cca

Browse files
committed
signing
1 parent a2ac58f commit b142cca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +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 --export-secret-keys > ~/.gnupg/secring.gpg
21-
- gpg --export-secret-keys > /home/travis/.gnupg/secring.gpg
20+
- gpg --pinentry-mode=loopback --yes --batch --export-secret-keys --output /home/travis/.gnupg/secring.gpg
2221
- ls -la /home/travis/.gnupg
2322
install: true # disables default "./gradlew assemble" install script
2423
after_success:

0 commit comments

Comments
 (0)