We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ac58f commit b142ccaCopy full SHA for b142cca
.travis.yml
@@ -17,8 +17,7 @@ before_install:
17
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
18
- gpg --batch --import ./codesigning.asc
19
- ls -la /home/travis/.gnupg
20
- - gpg --export-secret-keys > ~/.gnupg/secring.gpg
21
- - gpg --export-secret-keys > /home/travis/.gnupg/secring.gpg
+ - gpg --pinentry-mode=loopback --yes --batch --export-secret-keys --output /home/travis/.gnupg/secring.gpg
22
23
install: true # disables default "./gradlew assemble" install script
24
after_success:
0 commit comments