Skip to content
Snippets Groups Projects
Commit 2bf0dd29 authored by m431m's avatar m431m :speech_balloon:
Browse files

.gitlab-ci.yml

parent 46dea46a
No related branches found
No related tags found
No related merge requests found
---
variables:
SONAR_TOKEN: "9864e0b53830ce6c7917fdc17ebe7e486d0eeba0"
SONAR_PROJECTKEY: "$CI_PROJECT_NAME"
SONAR_HOST_URL: "https://sonarqube.neogeo.fr"
GIT_DEPTH: 0
# ---------------------------------------------------------------------------- #
stages:
- sonarqube
# ---------------------------------------------------------------------------- #
sonarqube-check:
image:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
stage: sonarqube
script:
- sonar-scanner -Dsonar.qualitygate.wait=true -Dsonar.projectKey=$CI_PROJECT_NAME -Dsonar.projectName=$CI_PROJECT_NAME -Dsonar.projectVersion=$CI_COMMIT_BRANCH
allow_failure: true
only:
- rc/1.1.0
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