Compare commits

...

3 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
f7f9ffd017 Release version 0.40.1 2021-09-22 12:29:08 -04:00
Jose Diaz-Gonzalez
048ef04e2a Merge pull request #180 from whwright/revert-to-fetch
Revert to fetch
2021-09-22 11:06:18 -04:00
Harrison Wright
b1acfed83a Revert to fetch 2021-07-14 10:53:14 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '0.40.0'
__version__ = '0.40.1'

View File

@@ -1098,7 +1098,7 @@ def fetch_repository(name,
if lfs_clone:
git_command = ['git', 'lfs', 'fetch', '--all', '--prune']
else:
git_command = ['git', 'pull', '--all', '--force', '--tags', '--prune']
git_command = ['git', 'fetch', '--all', '--force', '--tags', '--prune']
logging_subprocess(git_command, None, cwd=local_dir)
else:
log_info('Cloning {0} repository from {1} to {2}'.format(