We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e3dd4 commit 8cf326dCopy full SHA for 8cf326d
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
- chmod +x ./publish.sh
16
- ls -la /home/travis/.gnupg
17
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
18
- - gpg2 --batch --import ./codesigning.asc
+ - gpg --batch --import ./codesigning.asc
19
- gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
20
21
install: true # disables default "./gradlew assemble" install script
0 commit comments