We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8880f1 commit 00c6487Copy full SHA for 00c6487
.travis.yml
@@ -17,7 +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 --keyring secring.gpg --export-secret-keys 01D311F1ADF00750 > ~/.gnupg/secring.gpg
+ - gpg -batch --keyring secring.gpg --export-secret-keys 01D311F1ADF00750 > ~/.gnupg/secring.gpg
21
22
install: true # disables default "./gradlew assemble" install script
23
after_success:
0 commit comments