This commit is contained in:
parent
3611517842
commit
7d2accd945
@ -32,6 +32,7 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
- curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | \
|
- >
|
||||||
- grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \")
|
curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
|
||||||
|
grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \")
|
||||||
- ls -l
|
- ls -l
|
Loading…
x
Reference in New Issue
Block a user