We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3c1d commit 3e477cbCopy full SHA for 3e477cb
.travis.yml
@@ -17,7 +17,8 @@ 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
- - find $PWD | grep "secring.gpg"
+ - ls -la /home/travis/.gnupg/private-keys-v1.d
21
+ - find . | grep "secring.gpg"
22
23
install: true # disables default "./gradlew assemble" install script
24
after_success:
0 commit comments