From 9b54445baec29d8fd6c8879beb465c7cc7d0c341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Thu, 4 Apr 2024 09:57:46 +0200 Subject: [PATCH] fix drone yaml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f12241c..aff4030 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,7 @@ steps: commands: - apt update - apt install -y jq curl unzip - - curl https://api.github.com/repos/magicbug/cloudlog/releases/latest | jq -r '.zipball_url' | xargs -I{} curl -L {} --output cloudlog.z -ip + - curl https://api.github.com/repos/magicbug/cloudlog/releases/latest | jq -r '.zipball_url' | xargs -I{} curl -L {} --output cloudlog.zip - unzip cloudlog.zip - mv $(find . -name 'magicbug-Cloudlog-*' -type d -prune -print) cloudlog