From 6cd3d3ed51d2c9e4fc67133942eeeac6cbb9aa72 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Fri, 15 Jul 2022 07:18:26 +0300 Subject: [PATCH] dbg --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3a2893a..e4de1fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,9 @@ steps: - name: archive-artifact image: alpine:latest commands: + - sleep 60 - mkdir -p /builds/mplayer4anime - - cp target/mplayer4anime-*jar /builds/mplayer4anime + - cp target/mplayer4anime-*jar /builds/mplayer4anime/ volumes: - name: builds path: /builds