Skip to content
Snippets Groups Projects
Commit 5b283a45 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

Merge branch 'fix-sonar-again' into '1.1'

fix sonar again

See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!63
parents 3ec4f075 aece8124
No related branches found
No related tags found
No related merge requests found
Pipeline #36821 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