From 851e78a88450f5867894d238aed37f35e00aae2f Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:42:09 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7de8cfe..70dfa03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: sonarqube image: sonarsource/sonar-scanner-cli:4.5 environment: - - SONAR_HOST_URL=https://your-sonarqube-url.com - - SONAR_LOGIN=${SONAR_TOKEN} + SONAR_HOST_URL: "https://your-sonarqube-url.com" + SONAR_LOGIN: ${SONAR_TOKEN} commands: - sonar-scanner \ No newline at end of file