From 3f07de7a2c835c760ad98b6894d3ad716ab3a2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 14 Jan 2023 22:16:35 +0100 Subject: [PATCH] Test DroneCI update --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index edad78c..422230c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: image: maven:3-eclipse-temurin-16 commands: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V + - ls + - find - name: code-analysis image: aosapps/drone-sonar-plugin