1
0
Fork 0

fix drone yaml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2024-04-04 09:57:46 +02:00
parent ebf99c826e
commit 9b54445bae
1 changed files with 1 additions and 2 deletions

View File

@ -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