From e501ee30bcabea5a1d5efbb765ddf0cdccfa5736 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:58:16 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0603e67..4a4b737 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,11 @@ trigger: steps: - name: sonarqube - image: sonarsource/sonar-scanner-cli:4.5 + image: openjdk:latest environment: + SONAR_TOKEN: + from_secret: SONAR_TOKEN SONAR_HOST_URL: "https://your-sonarqube-url.com" - SONAR_LOGIN: ${SONAR_TOKEN} settings: sources: ./ShakeAndCraft/ commands: