ci: remove check-code-quality

This commit is contained in:
Simon Vieille 2023-05-25 13:39:21 +02:00
parent 79ddb5fa47
commit 13b6ae23c2
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -50,20 +50,20 @@ pipeline:
when: when:
event: [tag] event: [tag]
check-code-quality: # check-code-quality:
image: sonarsource/sonar-scanner-cli # image: sonarsource/sonar-scanner-cli
secrets: [sonar_token, sonar_host, sonar_project] # secrets: [sonar_token, sonar_host, sonar_project]
commands: # commands:
- sonar-scanner # - sonar-scanner
-Dsonar.projectKey=$SONAR_PROJECT # -Dsonar.projectKey=$SONAR_PROJECT
-Dsonar.sources=. # -Dsonar.sources=.
-Dsonar.host.url=$SONAR_HOST # -Dsonar.host.url=$SONAR_HOST
-Dsonar.pullrequest.key=$CI_COMMIT_PULL_REQUEST # -Dsonar.pullrequest.key=$CI_COMMIT_PULL_REQUEST
-Dsonar.pullrequest.branch=$CI_COMMIT_SOURCE_BRANCH # -Dsonar.pullrequest.branch=$CI_COMMIT_SOURCE_BRANCH
-Dsonar.pullrequest.base=$CI_COMMIT_TARGET_BRANCH # -Dsonar.pullrequest.base=$CI_COMMIT_TARGET_BRANCH
failure: ignore # failure: ignore
when: # when:
event: [pull_request] # event: [pull_request]
create-package: create-package:
image: deblan/php:8.0 image: deblan/php:8.0