diff --git a/.drone.yml b/.drone.yml index 3d6eb21..e9f18b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,8 +59,10 @@ steps: # sonar setup -CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8276da170682406ce11243607e0c60bf17391b11 - sonar-scanner \ - -Dsonar.projectKey=BOB-PARTY \ - -Dsonar.sources=. \ - -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file + - name: sonar + CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8276da170682406ce11243607e0c60bf17391b11 + commands: + - sonar-scanner \ + -Dsonar.projectKey=BOB-PARTY \ + -Dsonar.sources=. \ + -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file