Skip to content

Commit

Permalink
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
  • Loading branch information
mziccard committed Oct 15, 2015
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
Expand Up @@ -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>
Expand Down

0 comments on commit e21ee7b

Please sign in to comment.