From 76defd39bd887d0d4b5fd8b34efffee15ff810b6 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 22 Nov 2022 17:09: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 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