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
e2e050d884
commit
8e216af94f
@ -1,3 +1,4 @@
|
|||||||
|
## https://github.com/insignia-live/setup-assistant-release
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: release
|
name: release
|
||||||
|
|
||||||
@ -30,8 +31,6 @@ steps:
|
|||||||
- name: testing
|
- name: testing
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache curl
|
||||||
- git clone https://github.com/insignia-live/setup-assistant-release.git
|
- 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
|
|
||||||
- cd setup-assistant-release
|
|
||||||
- ls -l
|
- ls -l
|
Loading…
x
Reference in New Issue
Block a user