Skip to content

Commit

Permalink
fix(sonar): Remove duplicate config from file
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <[email protected]>
  • Loading branch information
Ferenc- committed Dec 15, 2023
1 parent 562deb2 commit f4bdeca
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 @@ -96,13 +96,11 @@ commands:
-Dsonar.host.url=${SONARQUBE_URL} \
-Dsonar.login="${SONARQUBE_LOGIN}" \
-Dsonar.pullrequest.key="${CIRCLE_PR_NUMBER}" \
-Dsonar.projectKey=Python-Tracer \
-Dsonar.pullrequest.branch="${CIRCLE_BRANCH}"
else
/tmp/sonar-scanner-4.8.1.3023/bin/sonar-scanner \
-Dsonar.host.url=https://sonarqube.instana.io/ \
-Dsonar.login="${SONARQUBE_LOGIN}" \
-Dsonar.projectKey=Python-Tracer \
-Dsonar.branch.name="${CIRCLE_BRANCH}"
fi
store_artifacts:
Expand Down

0 comments on commit f4bdeca

Please sign in to comment.