We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dd40c commit a2ac58fCopy full SHA for a2ac58f
.travis.yml
@@ -18,6 +18,7 @@ before_install:
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
22
23
install: true # disables default "./gradlew assemble" install script
24
after_success:
0 commit comments