Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-27 22:23:00 +00:00
parent 40cb532dc0
commit edf8f59523

View file

@ -13,7 +13,7 @@ update_patched_master:
- echo "Setting up Git..."
- git config user.name "$GITLAB_USER_NAME"
- git config user.email "$GITLAB_USER_EMAIL"
- git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- git remote set-url origin http://oauth2:${GITLAB_ACCESS_TOKEN}@gitlab/${CI_PROJECT_PATH}.git
- echo "Fetching all branches..."
- git fetch --all
- echo "Checking out patched_master..."