We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72e6ff + 49d2c68 commit facc619Copy full SHA for facc619
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: >-
31
cd /home/circleci/project/ &&
32
sonar-scanner -Dsonar.host.url=$SONAR_HOST
33
- -Dsonar.login=$SONAR_TOKEN
+ -Dsonar.token=$SONAR_TOKEN
34
-Dsonar.php.coverage.reportPaths=/home/circleci/project/coverage.xml
35
-Dsonar.projectKey=code-quality
36
-Dsonar.sources=/home/circleci/project/src
0 commit comments