ci: fix using HEAD and SHA with merged result pipelines

This commit is contained in:
Anton Maklakov
2021-10-28 11:07:02 +07:00
parent 15ed0f1c84
commit 5be0dfbb7a
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ code_quality_report:
-Dsonar.branch.name=$CI_COMMIT_REF_NAME
-Dsonar.cxx.clangtidy.reportPath=$REPORT_PATTERN
-Dsonar.exclusions=$EXCLUSIONS
-Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA
-Dsonar.gitlab.commit_sha=$PIPELINE_COMMIT_SHA
-Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
-Dsonar.host.url=$SONAR_HOST_URL
-Dsonar.login=$SONAR_LOGIN