Skip to content

Commit

Permalink
Merge pull request #3134 from sigiesec/fix-sonarcloud-component-name
Browse files Browse the repository at this point in the history
Fix sonarcloud component name
  • Loading branch information
bluca authored May 24, 2018
2 parents f0f029c + b791645 commit 50374bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/cmake/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else
find ${SCAN_BUILD_OUTPUT} || echo "WARNING: ${SCAN_BUILD_OUTPUT} does not exist"

${SONAR_SCANNER_CLI_PATH}sonar-scanner \
-Dsonar.projectKey=libzmq-clang \
-Dsonar.projectKey=${GITHUB_USER}-libzmq \
-Dsonar.organization=${GITHUB_USER}-github \
-Dsonar.projectBaseDir=.. \
-Dsonar.sources=${TRAVIS_BUILD_DIR}/include,${TRAVIS_BUILD_DIR}/src,${TRAVIS_BUILD_DIR}/tests,${TRAVIS_BUILD_DIR}/unittests \
Expand Down

0 comments on commit 50374bf

Please sign in to comment.