diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 89a6a0f..0000000 --- a/.drone.yml +++ /dev/null @@ -1,30 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: test - image: maven:3-jdk-11 - commands: - - mvn -B -DskipTests clean package - - mvn test -B - volumes: - - name: m2 - path: /root/.m2 - - - name: archive-artifact - image: alpine:latest - commands: - - mkdir -p /builds/logiledus - - cp target/LogiLedus-*jar /builds/logiledus/ - volumes: - - name: builds - path: /builds - -volumes: - - name: m2 - host: - path: /home/docker/drone/files/m2 - - name: builds - host: - path: /home/www/builds \ No newline at end of file