Skip to content

Commit e2d3473

Browse files
committed
signing
1 parent a87fbac commit e2d3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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-
- gpg --pinentry-mode=loopback --yes --batch --passphrase $GPG_PASSWORD --armor --export-secret-key [email protected] --output /home/travis/.gnupg/secring.gpg
20+
- gpg --pinentry-mode=loopback --yes --batch --passphrase $GPG_PASSWORD --export-secret-key [email protected] --output /home/travis/.gnupg/secring.gpg
2121
- ls -la /home/travis/.gnupg
2222
install: true # disables default "./gradlew assemble" install script
2323
after_success:

0 commit comments

Comments
 (0)