Fix git fetch did not update new tags #209

This commit is contained in:
allegroai 2024-07-24 17:39:53 +03:00
parent ebc5944b44
commit f367c5a571

View File

@ -598,7 +598,7 @@ class Git(VCS):
def pull(self): def pull(self):
self._set_ssh_url() self._set_ssh_url()
self.call("fetch", "--all", "--recurse-submodules", cwd=self.location) self.call("fetch", "--all", "--tags", "--recurse-submodules", cwd=self.location)
def _git_pass_auth_wrapper(self, func, *args, **kwargs): def _git_pass_auth_wrapper(self, func, *args, **kwargs):
try: try: