Update .gitlab-ci.yml file
This commit is contained in:
parent
ac170ab8ea
commit
b7778d76b0
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue