mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-25 13:43:57 +00:00
Fix git fetch did not update new tags #209
This commit is contained in:
parent
ebc5944b44
commit
f367c5a571
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user