Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

testDocker
Lilian BRETON 2 years ago
parent a33d8d82fd
commit 4f255c7942

@ -62,8 +62,4 @@ steps:
from_secret: SONAR_TOKEN
image: sonarqube:9.7.1-community
commands:
- sonar-scanner \
-Dsonar.projectKey=BOB-PARTY \
-Dsonar.sources=. \
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar \
-Dsonar.login=$[SONAR_TOKEN]
- sonar-scanner.bat -D"sonar.projectKey=BOB-PARTY" -D"sonar.sources=." -D"sonar.host.url=https://codefirst.iut.uca.fr/sonar" -D"sonar.login=$[SONAR_TOKEN]"
Loading…
Cancel
Save