From 5155f7c967955b4aa7abf88407687a3103aef852 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 15:03:13 +0100 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ac2fd4..a79b9a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,13 +17,13 @@ steps: - curl -sSLo /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.5.0.2216-linux.zip - unzip -q /tmp/sonar-scanner-cli.zip -d /opt/sonar-scanner - export PATH=$PATH - - name: sonarqube - image: openjdk:latest - environment: - SONAR_TOKEN: - from_secret: SONAR_TOKEN - SONAR_HOST_URL: "https://your-sonarqube-url.com" - settings: - sources: ./ShakeAndCraft/ - commands: - - sonar-scanner \ No newline at end of file + - name: sonarqube + image: openjdk:latest + environment: + SONAR_TOKEN: + from_secret: SONAR_TOKEN + SONAR_HOST_URL: "https://your-sonarqube-url.com" + settings: + sources: ./ShakeAndCraft/ + commands: + - sonar-scanner \ No newline at end of file