Skip to content
Snippets Groups Projects
Commit aece8124 authored by Guillaume's avatar Guillaume Committed by Julien MARGAIL
Browse files

fix sonar again

parent ca032c18
No related branches found
No related tags found
No related merge requests found
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