Skip to content

Commit 3e477cb

Browse files
committed
signing
1 parent 2fd3c1d commit 3e477cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ before_install:
1717
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
1818
- gpg --batch --import ./codesigning.asc
1919
- ls -la /home/travis/.gnupg
20-
- find $PWD | grep "secring.gpg"
20+
- ls -la /home/travis/.gnupg/private-keys-v1.d
21+
- find . | grep "secring.gpg"
2122
- ls -la /home/travis/.gnupg
2223
install: true # disables default "./gradlew assemble" install script
2324
after_success:

0 commit comments

Comments
 (0)