Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from ajkannan/change-signing-tools-loc
Browse files Browse the repository at this point in the history
Change location of signing tools
mziccard committed Oct 15, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents fd9768e + 41bc622 commit e21ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<gpg.homedir>${TRAVIS_BUILD_DIR}/target/travis/signing-tools</gpg.homedir>
<gpg.homedir>${TRAVIS_BUILD_DIR}/signing-tools</gpg.homedir>
<gpg.keyname>${env.KEYNAME}</gpg.keyname>
<gpg.passphrase>${env.SIGN_PASSPHRASE}</gpg.passphrase>
</properties>

0 comments on commit e21ee7b

Please sign in to comment.