From 76363c82bf4ce4b4f55d0c1ce270cf5ec8853b06 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Fri, 15 Jul 2022 08:23:24 +0300 Subject: [PATCH] add weird artifactory replacement --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4de1fd..fb3c076 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ steps: - name: archive-artifact image: alpine:latest commands: - - sleep 60 - mkdir -p /builds/mplayer4anime - cp target/mplayer4anime-*jar /builds/mplayer4anime/ volumes: @@ -25,7 +24,7 @@ steps: volumes: - name: m2 host: - path: /m2 + path: /home/docker/drone/files/m2 - name: builds host: - path: /builds \ No newline at end of file + path: /home/www/builds \ No newline at end of file