This commit is contained in:
parent
ebf99c826e
commit
9b54445bae
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user