diff --git a/.drone.yml b/.drone.yml index fefdc2f..9347f4c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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] \ No newline at end of file + - 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]" \ No newline at end of file