ci: fix .git

This commit is contained in:
naskya 2024-05-06 18:29:31 +09:00
parent 641ff742bb
commit 5b18f9761c
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -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