Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-28 20:42:06 +02:00
parent 07a8ba2892
commit f734afb124

View File

@ -36,17 +36,15 @@ steps:
PASSWORD: PASSWORD:
from_secret: gitea_token from_secret: gitea_token
commands: commands:
- pwd - 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 clone 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" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \")
# grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia - git add .
# - git add . - git commit -m "Updating Insignia"
# - git commit -m "Updating Insignia" - git push
# - git push volumes:
- name: cache
# volumes: path: /drone/src/xbox_og
# - name: cache
# path: /go