diff --git a/.drone.yml b/.drone.yml index 4e06f7c..7c0170b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,4 +62,8 @@ 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 \ + -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