Skip to content

Commit a9aaf4d

Browse files
committed
fix(sonar): Use URL from variable
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent f4bdeca commit a9aaf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ commands:
9999
-Dsonar.pullrequest.branch="${CIRCLE_BRANCH}"
100100
else
101101
/tmp/sonar-scanner-4.8.1.3023/bin/sonar-scanner \
102-
-Dsonar.host.url=https://sonarqube.instana.io/ \
102+
-Dsonar.host.url=${SONARQUBE_URL} \
103103
-Dsonar.login="${SONARQUBE_LOGIN}" \
104104
-Dsonar.branch.name="${CIRCLE_BRANCH}"
105105
fi

0 commit comments

Comments
 (0)