From 4c645f15c3de1cacc5615eeb637a204fa0be7b9c Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Mon, 13 Mar 2023 14:40: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 | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ec907c..7de8cfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,20 @@ kind: pipeline -type: docker +ttype: docker name: ShakeAndCraft trigger: - event: - - push + event: + - push steps: - - name: 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} - commands: - - sonar-scanner + - name: 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} + commands: + - sonar-scanner \ No newline at end of file