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.
1 parent cdecb61 commit f0cf124Copy full SHA for f0cf124
Makefile
@@ -18,7 +18,7 @@ quality-analysis: build-package ## Allows to run static quality analyis
18
-Dsonar.host.url=$$SONAR_HOST_URL \
19
-Dsonar.login=$$SONAR_TOKEN \
20
-Dsonar.projectKey=$$SONAR_PROJECT_KEY \
21
- -Dsonar.organization=$$SONAR_ORGANIZATION \
+ -Dsonar.organization=sfeir-open-source \
22
-Dsonar.analysis.buildNumber=$$TRAVIS_BUILD_NUMBER \
23
-Dsonar.analysis.pipeline=$$TRAVIS_BUILD_NUMBER \
24
-Dsonar.analysis.sha1=$$TRAVIS_COMMIT \
0 commit comments