From 07d4bd6e004c82b16e24dae1d963feb28ba069a3 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:56:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3ca49d3..0603e67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,6 @@ steps: SONAR_HOST_URL: "https://your-sonarqube-url.com" SONAR_LOGIN: ${SONAR_TOKEN} settings: - sources ./ShakeAndCraft/ + sources: ./ShakeAndCraft/ commands: - sonar-scanner \ No newline at end of file