From 94e08624c03652b5e386cdf4b6c393d84a3d24c2 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Wed, 2 Aug 2023 12:55:17 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a15aa4..241285b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,5 +25,4 @@ steps: - unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/ - export PATH=$SONAR_SCANNER_HOME/bin:$PATH - export SONAR_SCANNER_OPTS="-server" - - sonar-scanner -D sonar.projectKey=JustMusic -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar - depends_on: [ app-build ] \ No newline at end of file + - sonar-scanner -D sonar.projectKey=JustMusic -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file