Skip to content

Commit 2ab1a39

Browse files
committed
signing
1 parent 8a817c8 commit 2ab1a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ services:
1313
- docker
1414
before_install:
1515
- chmod +x ./publish.sh
16+
- ls /home/travis/.gnupg
1617
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
1718
- gpg2 --batch --import ./codesigning.asc
19+
- ls /home/travis/.gnupg
1820
install: true # disables default "./gradlew assemble" install script
1921
after_success:
2022
- ./publish.sh

0 commit comments

Comments
 (0)