From 90ee24610afdff86870c615857982afd0e3e3107 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:38:20 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 56808eb..2e26727 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,13 @@ trigger: steps: - name: build - image: gradle:jdk11 - commands: - - gradle build + image: gradle:jdk11 + commands: + - gradle build - name: sonarqube - image: sonarsource/sonar-scanner-cli:4.5 - environment: - - SONAR_HOST_URL=https://your-sonarqube-url.com - - SONAR_LOGIN=${SONAR_TOKEN} + image: sonarsource/sonar-scanner-cli:4.5 + environment: + - SONAR_HOST_URL=https://your-sonarqube-url.com + - SONAR_LOGIN=${SONAR_TOKEN} commands: - sonar-scanner \ No newline at end of file