Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sthope 2023-08-28 19:35:21 +02:00
parent 8e216af94f
commit 28a90d1066

View File

@ -30,7 +30,7 @@ steps:
- name: testing - name: testing
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