From 438455c3c7831ff5bc862382bfa647f4e996c0f6 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Sun, 22 Sep 2024 18:31:43 +0200 Subject: [PATCH] s --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06ffbca..e270496 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ release: - git config --global user.name "GitLab CI" - git config --global user.email "ci@gitlab.com" # Use the PAT for authentication - - git remote set-url origin https://oauth2:${ACCESS_TOKEN}@gitlab.com/wintermyst/kidsonbrooms.git + - git remote set-url origin https://oauth2:$ACCESS_TOKEN@gitlab.com/wintermyst/kidsonbrooms.git - git fetch --unshallow # Ensure we fetch all history for the branch (not a shallow clone) - git checkout master # Switch to the master branch - git branch --set-upstream-to=origin/master master # Set the upstream to the master branch