tree in repo folder for lfs observation

pull/273/head
Frostebite 2021-07-13 00:10:34 +01:00
parent d9bb6a323a
commit f7ac83e176
1 changed files with 3 additions and 1 deletions

View File

@ -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.process "git-lfs filter-process --skip"
# Init new repo and setup origin
git init $repoPathFull
git init
git remote add origin $cloneUrl
# Get remote version
git fetch origin
@ -20,6 +20,8 @@ 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"
tree
# List git lfs files
git lfs ls-files --all
echo ' '