kind: pipeline type: docker name: default steps: - name: test image: maven:3-jdk-11 commands: - mvn -B -DskipTests clean package volumes: - name: m2 path: /root/.m2 - name: archive-artifact image: alpine:latest commands: - mkdir -p /builds/innaircbot - cp target/InnaIrcBot-*jar /builds/innaircbot/ volumes: - name: builds path: /builds volumes: - name: m2 host: path: /home/docker/drone/files/m2 - name: builds host: path: /home/www/builds