diff --git a/.drone.yml b/.drone.yml index 7c0170b..57e0a67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ steps: 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 + -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