ci: fix .git
This commit is contained in:
parent
641ff742bb
commit
5b18f9761c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ auto_update:
|
|||
- apk add git
|
||||
- git config user.name 'GitLab CI'
|
||||
- git config user.email 'noreply@firefish.dev'
|
||||
- git remote set-url origin "https://gitlab-ci-token:${CI_JOB_TOKEN}@firefish.dev/${CI_MERGE_REQUEST_SOURCE_PROJECT_PATH}.git"
|
||||
- git remote set-url origin "https://gitlab-ci-token:${CI_JOB_TOKEN}@firefish.dev/${CI_MERGE_REQUEST_SOURCE_PROJECT_PATH}"
|
||||
- git fetch origin
|
||||
- git switch "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
|
||||
- git pull --ff
|
||||
|
|
Loading…
Reference in a new issue