From dc5b62c0a0ec5fe1945e99a7dc5db16258064668 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 20:44:48 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0f56844..3e6837a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: from_secret: gitea_token commands: - 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 - | curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | @@ -47,4 +47,6 @@ steps: - git push volumes: - name: cache - path: /drone/src/xbox_og \ No newline at end of file + path: /drone/src/xbox_og + + # - git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git