mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
update: force checkout .gitlab-ci.yml when updating git mirrors
closes #309
This commit is contained in:
parent
523b5f4777
commit
d8954fc033
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
|
|||
if remote.name == 'gitlab':
|
||||
logging.debug('Removing .gitlab-ci.yml now that it has successfully deployed')
|
||||
repo.index.reset('HEAD^')
|
||||
repo.index.checkout()
|
||||
repo.index.checkout(force=True)
|
||||
|
||||
if progress:
|
||||
bar.done()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue