From b7778d76b03dba5910738ad850a894a0fa47467e Mon Sep 17 00:00:00 2001 From: Kewbit Date: Wed, 27 Nov 2024 23:05:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5390660f..bd85b7d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ update_patched_master: - git config user.name "$GITLAB_USER_NAME" - git config user.email "$GITLAB_USER_EMAIL" - echo "Setting remote URL with authentication..." - - git remote set-url origin http://oauth2:${CI_JOB_TOKEN}@172.17.0.1:4411/${CI_PROJECT_PATH}.git + - git remote set-url origin https://oauth2:${CI_JOB_TOKEN}@git.haveno.com/${CI_PROJECT_PATH}.git - echo "Fetching all branches..." - git fetch --all - echo "Resetting patched_master to patched_changes..."