Fixed Git LFS fix
This commit is contained in:
parent
e50cdce379
commit
be7e4698f6
@ -21,8 +21,8 @@ def pull_git_repo(repo: GitRepo, build_cache: str) -> None:
|
||||
|
||||
# Download all LFS files.
|
||||
if repo.lfs:
|
||||
run('git lfs fetch --all')
|
||||
run('git lfs pull')
|
||||
run('git -C {build_cache} lfs fetch --all')
|
||||
run('git -C {build_cache} lfs pull')
|
||||
|
||||
return None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user