From 027b41dce23de96ab3a05914f0d58fc0be51e449 Mon Sep 17 00:00:00 2001 From: Sthope <sthope@noreply@SthopeGit> Date: Mon, 28 Aug 2023 20:39:48 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2e9b0e5..b93363a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,13 +35,17 @@ steps: from_secret: user_gitea PASSWORD: from_secret: gitea_token + # volumes: + # - name: cache + # path: /go commands: - - apk add --no-cache curl git - - git clone 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" | - grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia - - git add . - - git commit -m "Updating Insignia" - - git push \ No newline at end of file + - pwd + # - apk add --no-cache curl git + # - git clone 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" | + # grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia + # - git add . + # - git commit -m "Updating Insignia" + # - git push \ No newline at end of file