diff --git a/.drone.yml b/.drone.yml index fcd6cb2..693f712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: - mkdir -p ~/.m2 - - ls cat ~/.m2/settings.xml + - cat ~/.m2/settings.xml - mvn -B clean test package - ls -lah target/*.jar || (echo "JAR file not found!" && exit 1)