This commit is contained in:
parent
ebf99c826e
commit
9b54445bae
@ -9,8 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y jq curl unzip
|
- 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
|
- curl https://api.github.com/repos/magicbug/cloudlog/releases/latest | jq -r '.zipball_url' | xargs -I{} curl -L {} --output cloudlog.zip
|
||||||
ip
|
|
||||||
- unzip cloudlog.zip
|
- unzip cloudlog.zip
|
||||||
- mv $(find . -name 'magicbug-Cloudlog-*' -type d -prune -print) cloudlog
|
- mv $(find . -name 'magicbug-Cloudlog-*' -type d -prune -print) cloudlog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user