Skip to content

Commit

Permalink
Fix keystore location for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery committed Dec 25, 2018
1 parent b695aa7 commit 2df0ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo "signing.secretKeyRingFile=../maven.keystore" >> "gradle.properties"
echo "signing.secretKeyRingFile=../../maven.keystore" >> "tools/gradle.properties"
gpg --cipher-algo AES256 --yes --batch --passphrase=$ENC_FILE_KEY maven.keystore.gpg
cp maven.keystore tools/maven.keystore
./gradlew build publish --no-daemon
else
./gradlew build --no-daemon
Expand Down

0 comments on commit 2df0ed7

Please sign in to comment.