Skip to content

Commit

Permalink
Merge pull request #204 from ajkannan/add-signing-tools
Browse files Browse the repository at this point in the history
Add encrypted signing tools
  • Loading branch information
aozarov committed Oct 2, 2015
2 parents 0fa997e + dc1f154 commit f5f99f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
</servers>
<mirrors/>
<proxies/>
<profiles/>
<profiles>
<profile>
<id>sign-deploy</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<gpg.homedir>${TRAVIS_BUILD_DIR}/target/travis/signing-tools</gpg.homedir>
<gpg.keyname>${env.KEYNAME}</gpg.keyname>
<gpg.passphrase>${env.SIGN_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
<activeProfiles/>
</settings>
Binary file added signing-tools.tar.enc
Binary file not shown.

0 comments on commit f5f99f3

Please sign in to comment.