From af10ca8737aff24a5f40b1d0a51b82055d62cb5b Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 22 Nov 2022 16:46:18 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c3fcc6..44a6e4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,4 +61,4 @@ steps: CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: from_secret: SONAR_TOKEN commands: - - sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar [$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