Skip to content
Snippets Groups Projects
Commit 58e4e0e2 authored by richardmaw-codethink's avatar richardmaw-codethink
Browse files

WIP

parent 8e5bf2c9
No related branches found
No related tags found
No related merge requests found
Pipeline #43446290 failed
......@@ -112,7 +112,8 @@ class GitMirror(SourceFetcher):
else:
remote_name = "origin"
self.source.call([self.source.host_git, 'fetch', remote_name, '--prune', '--force', '--tags'],
#self.source.call([self.source.host_git, 'fetch', remote_name, '--prune', '--force', '--tags'],
self.source.call([self.source.host_git, 'fetch', remote_name, '--prune'],
fail="Failed to fetch from remote git repository: {}".format(url),
fail_temporarily=True,
cwd=self.mirror)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment