Skip to content

Commit

Permalink
Fix build steps with tools having been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery committed Nov 8, 2022
1 parent 3aa2b48 commit 23377be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
echo "signing.keyId=${SIGNING_KEY}" >> "gradle.properties"
echo "signing.password=${SIGNING_PASSWORD}" >> "gradle.properties"
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 clean build jacocoTestReportJvm dokkaGhPages publish --no-daemon
else
./gradlew clean build jacocoTestReportJvm --no-daemon
Expand Down

0 comments on commit 23377be

Please sign in to comment.