From 6fe7590724ce151639d5f2ac25ad6920c9919ada Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 22 Nov 2022 16:26:31 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f236ed..069af90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ steps: 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 + sonar-scanner \ + -Dsonar.projectKey=BOB-PARTY \ + -Dsonar.sources=. \ + -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file