next release #191

Merged
deblan merged 52 commits from develop into master 2022-12-26 13:59:25 +01:00
Showing only changes of commit 7c72198736 - Show all commits

View file

@ -19,12 +19,12 @@ pipeline:
image: sonarsource/sonar-scanner-cli
secrets: [sonar_token, sonar_host, sonar_project]
commands:
- sonar-scanner \
-Dsonar.projectKey=$SONAR_PROJECT \
-Dsonar.sources=. \
-Dsonar.host.url=$SONAR_HOST \
-Dsonar.pullrequest.key=$CI_COMMIT_PULL_REQUEST \
-Dsonar.pullrequest.branch=$CI_COMMIT_SOURCE_BRANCH \
- sonar-scanner
-Dsonar.projectKey=$SONAR_PROJECT
-Dsonar.sources=.
-Dsonar.host.url=$SONAR_HOST
-Dsonar.pullrequest.key=$CI_COMMIT_PULL_REQUEST
-Dsonar.pullrequest.branch=$CI_COMMIT_SOURCE_BRANCH
-Dsonar.pullrequest.base=$CI_COMMIT_TARGET_BRANCH
failure: ignore
when: