From 7094a2ffca6765eda06b4baa2459cb6162694a7a Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:56:33 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5dc9ad8..3ca49d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,14 +7,12 @@ trigger: - push steps: - - name: Install unzip - image: alpine - commands: - - apk add --no-cache unzip - name: sonarqube image: sonarsource/sonar-scanner-cli:4.5 environment: SONAR_HOST_URL: "https://your-sonarqube-url.com" SONAR_LOGIN: ${SONAR_TOKEN} + settings: + sources ./ShakeAndCraft/ commands: - sonar-scanner \ No newline at end of file