From 5f4ab69c2cc317e63c2b0102fc22bfda24845361 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Sun, 22 Sep 2024 18:54:50 +0200 Subject: [PATCH] f --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c07fb02..ce1e9a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ release: # Use the PAT for authentication - git config --global credential.helper store - echo "https://oauth2:${GITLAB_PAT}@gitlab.com" > ~/.git-credentials - - git remote set-url origin https://oauth2:${GITLAB_PAT}@gitlab.com:wintermyst/kidsonbrooms.git + - git remote set-url origin https://oauth2:${GITLAB_PAT}@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