Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
28a90d1066
commit
de05d6e3cd
11
.drone.yml
11
.drone.yml
@ -30,7 +30,10 @@ steps:
|
|||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
image: alpine
|
image: alpine
|
||||||
commands: |
|
commands:
|
||||||
apk add --no-cache curl
|
- apk
|
||||||
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 \")
|
- add
|
||||||
ls -l
|
- --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 \")
|
||||||
|
- ls -l
|
Loading…
x
Reference in New Issue
Block a user