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 8a817c8 commit 2ab1a39Copy full SHA for 2ab1a39
.travis.yml
@@ -13,8 +13,10 @@ services:
13
- docker
14
before_install:
15
- chmod +x ./publish.sh
16
+ - ls /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
19
20
install: true # disables default "./gradlew assemble" install script
21
after_success:
22
- ./publish.sh
0 commit comments