From 6c338a63830154df015c24a4aeb00546744ad21b Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 20:13:39 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5c5cd3f..8fc8c4a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,13 +37,13 @@ steps: from_secret: gitea_token commands: - apk add --no-cache curl git - - git remote -v + - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git - 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 config user.email "your.email@example.com" - - git config user.name "Your Name" + - git config user.email "hopelessautomations@gmail.com" + - git config user.name $USERNAME - git add Insignia/default.xbe - git commit -m "Add default.xbe" - git push --set-upstream origin main \ No newline at end of file