Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2023-08-28 20:44:48 +02:00
parent 13e75670f3
commit dc5b62c0a0

View File

@ -37,7 +37,7 @@ steps:
from_secret: gitea_token from_secret: gitea_token
commands: commands:
- apk add --no-cache curl git - apk add --no-cache curl git
- git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
- cd xbox_og && rm -rf Insigina ; mkdir -p Insignia - cd xbox_og && rm -rf Insigina ; mkdir -p Insignia
- | - |
curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
@ -48,3 +48,5 @@ steps:
volumes: volumes:
- name: cache - name: cache
path: /drone/src/xbox_og path: /drone/src/xbox_og
# - git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git