Re-enable git lfs
parent
e23a19aecb
commit
d9bb6a323a
|
|
@ -17,5 +17,9 @@ git remote add origin $cloneUrl
|
|||
# Get remote version
|
||||
git fetch origin
|
||||
git reset --hard $githubSha
|
||||
# ENABLE LFS
|
||||
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
|
||||
git config --global filter.lfs.process "git-lfs filter-process"
|
||||
# List git lfs files
|
||||
git lfs ls-files --all
|
||||
echo ' '
|
||||
|
|
|
|||
Loading…
Reference in New Issue