tree in repo folder for lfs observation
parent
d9bb6a323a
commit
f7ac83e176
|
|
@ -12,7 +12,7 @@ echo "Cloning the repository being built:"
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
||||||
git config --global filter.lfs.process "git-lfs filter-process --skip"
|
git config --global filter.lfs.process "git-lfs filter-process --skip"
|
||||||
# Init new repo and setup origin
|
# Init new repo and setup origin
|
||||||
git init $repoPathFull
|
git init
|
||||||
git remote add origin $cloneUrl
|
git remote add origin $cloneUrl
|
||||||
# Get remote version
|
# Get remote version
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|
@ -20,6 +20,8 @@ git reset --hard $githubSha
|
||||||
# ENABLE LFS
|
# ENABLE LFS
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
|
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
|
||||||
git config --global filter.lfs.process "git-lfs filter-process"
|
git config --global filter.lfs.process "git-lfs filter-process"
|
||||||
|
|
||||||
|
tree
|
||||||
# List git lfs files
|
# List git lfs files
|
||||||
git lfs ls-files --all
|
git lfs ls-files --all
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue