Model live view

This commit is contained in:
Victor Mylle
2023-03-05 16:34:38 +00:00
committed by Robbe De Waele
parent 7653b9b35c
commit 983a216f53
10 changed files with 445 additions and 77 deletions

View File

@@ -7,7 +7,7 @@ steps:
pull: if-not-exists
image: sonarsource/sonar-scanner-cli
commands:
- sonar-scanner -Dsonar.host.url=$SONAR_HOST -Dsonar.login=$SONAR_TOKEN -Dsonar.projectKey=$SONAR_PROJECT_KEY
- sonar-scanner -Dsonar.host.url=$SONAR_HOST -Dsonar.login=$SONAR_TOKEN -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.qualitygate.wait=true
environment:
SONAR_HOST:
from_secret: sonar_host