Skip to content

Commit f4bdeca

Browse files
committed
fix(sonar): Remove duplicate config from file
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 562deb2 commit f4bdeca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ commands:
9696
-Dsonar.host.url=${SONARQUBE_URL} \
9797
-Dsonar.login="${SONARQUBE_LOGIN}" \
9898
-Dsonar.pullrequest.key="${CIRCLE_PR_NUMBER}" \
99-
-Dsonar.projectKey=Python-Tracer \
10099
-Dsonar.pullrequest.branch="${CIRCLE_BRANCH}"
101100
else
102101
/tmp/sonar-scanner-4.8.1.3023/bin/sonar-scanner \
103102
-Dsonar.host.url=https://sonarqube.instana.io/ \
104103
-Dsonar.login="${SONARQUBE_LOGIN}" \
105-
-Dsonar.projectKey=Python-Tracer \
106104
-Dsonar.branch.name="${CIRCLE_BRANCH}"
107105
fi
108106
store_artifacts:

0 commit comments

Comments
 (0)