mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: project key is not unique across organizations
Solution: prefix project key with repo name
This commit is contained in:
parent
653c2073de
commit
b791645a49
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user