Skip to content

Commit f0cf124

Browse files
committed
fix(CI/CD): sonar organization could be visible
1 parent cdecb61 commit f0cf124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ quality-analysis: build-package ## Allows to run static quality analyis
1818
-Dsonar.host.url=$$SONAR_HOST_URL \
1919
-Dsonar.login=$$SONAR_TOKEN \
2020
-Dsonar.projectKey=$$SONAR_PROJECT_KEY \
21-
-Dsonar.organization=$$SONAR_ORGANIZATION \
21+
-Dsonar.organization=sfeir-open-source \
2222
-Dsonar.analysis.buildNumber=$$TRAVIS_BUILD_NUMBER \
2323
-Dsonar.analysis.pipeline=$$TRAVIS_BUILD_NUMBER \
2424
-Dsonar.analysis.sha1=$$TRAVIS_COMMIT \

0 commit comments

Comments
 (0)