From 3cc37b46692e09f0e0d055a77adba835110ec08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 15 Jan 2023 21:26:55 +0100 Subject: [PATCH] Update DroneCI configuration --- .drone.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26901a7..5421027 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,29 +8,8 @@ trigger: load: yes steps: - - name: build - image: maven:3-eclipse-temurin-16 - commands: - - mvn package --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V - - name: test - image: maven:3-eclipse-temurin-16 - commands: - - mvn test --no-transfer-progress -B -V - - - name: code-analysis - image: maven:3-eclipse-temurin-16 - commands: - - mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.login=$SONAR_LOGIN_KEY -B -V - environment: - SONAR_PROJECT_KEY: - from_secret: sonar_project_key - SONAR_INSTANCE_URL: - from_secret: sonar_instance_url - SONAR_LOGIN_KEY: - from_secret: sonar_login_key - - name: maven-auth image: robertstettner/drone-mvn-auth pull: true