Skip to content
Snippets Groups Projects
Commit 0f19ae9b authored by Florent Lavelle's avatar Florent Lavelle
Browse files

fix sonar again



(cherry picked from commit aece8124)

676bf760 fix sonar again
6d222aef Update .gitlab-ci.yml file

Co-authored-by: default avatarGuillaume <g.keime@geofit.fr>
parent 7eb19ae0
No related branches found
No related tags found
No related merge requests found
Pipeline #36822 passed
variables:
SONAR_TOKEN: "$SONAR_TOKEN"
SONAR_PROJECTKEY: "$CI_PROJECT_NAME"
SONAR_HOST_URL: "https://sonarqube.neogeo.fr"
GIT_DEPTH: 0
cache:
......@@ -22,9 +19,8 @@ sonarqube-check:
- sonar-scanner -Dsonar.qualitygate.wait=true -Dsonar.projectKey=id-$CI_PROJECT_ID -Dsonar.projectName="$CI_PROJECT_PATH" -Dsonar.projectVersion=$CI_COMMIT_BRANCH
allow_failure: true
only:
- develop
- master
- draft
- main
- /^\d\.\d+$/
build_development:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment