Skip to content

Commit facc619

Browse files
authored
Merge pull request #110 from wunderio/sonar-scanner
QAG-24: Upgrade wunderio/code-quality Sonar scanner setup to v10.6
2 parents c72e6ff + 49d2c68 commit facc619

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
@@ -30,7 +30,7 @@ jobs:
3030
- run: >-
3131
cd /home/circleci/project/ &&
3232
sonar-scanner -Dsonar.host.url=$SONAR_HOST
33-
-Dsonar.login=$SONAR_TOKEN
33+
-Dsonar.token=$SONAR_TOKEN
3434
-Dsonar.php.coverage.reportPaths=/home/circleci/project/coverage.xml
3535
-Dsonar.projectKey=code-quality
3636
-Dsonar.sources=/home/circleci/project/src

0 commit comments

Comments
 (0)