From fd6b8d742637e8809b41a9ec777110e803dcfcfa Mon Sep 17 00:00:00 2001 From: Louis DUFOUR Date: Fri, 13 Oct 2023 14:10:46 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45de763..3ac1e9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,8 @@ steps: - name: sonar image: sonarsouce/sonar-scanner-cli:5 commands: - - Dsonar.projectKey=CICD_WebPage_Louis_Duf - - Dsonar.sources=. - - Dsonar.host.url=https://codefirst.iut.uca.fr/sona + - sonar-scanner \ -Dsonar.projectKey=CICD_WebPage_Louis_Duf \ -Dsonar.sources=. \ -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar + settings: sonar_token: from_secret: SECRET_SONAR_LOGIN