Skip to content

Commit

Permalink
chore: try to get sonar to work (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz authored May 7, 2024
1 parent f6a6a84 commit 72b19b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
test \
jacocoMergedReport \
sonar \
--no-daemon \
-Dsonar.login=${SONAR_TOKEN} -Dsonar.organization=molgenis -Dsonar.host.url=https://sonarcloud.io -Dsonar.verbose=true \
-Dorg.ajoberstar.grgit.auth.username=${GITHUB_TOKEN} -Dorg.ajoberstar.grgit.auth.password \
-Dsonar.pullrequest.key=${CIRCLE_PULL_REQUEST##*/} -Dsonar.pullrequest.branch=${CIRCLE_BRANCH} \
dockerPush
fi
Expand Down

0 comments on commit 72b19b4

Please sign in to comment.