Skip to content

Commit e21ee7b

Browse files
committed
Merge pull request #262 from ajkannan/change-signing-tools-loc
Change location of signing tools
2 parents fd9768e + 41bc622 commit e21ee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<activeByDefault>false</activeByDefault>
3434
</activation>
3535
<properties>
36-
<gpg.homedir>${TRAVIS_BUILD_DIR}/target/travis/signing-tools</gpg.homedir>
36+
<gpg.homedir>${TRAVIS_BUILD_DIR}/signing-tools</gpg.homedir>
3737
<gpg.keyname>${env.KEYNAME}</gpg.keyname>
3838
<gpg.passphrase>${env.SIGN_PASSPHRASE}</gpg.passphrase>
3939
</properties>

0 commit comments

Comments
 (0)