git lfs pull

pull/273/head
Frostebite 2021-08-01 01:01:54 +01:00
parent 284f8ad9ee
commit beabee0e7f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ cd $repoPathFull
echo ' '
echo "Cloning the repository being built:"
git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
git lfs install --skip-smudge
git clone $cloneUrl $repoPathFull
git checkout $githubSha
echo "Checked out $githubSha"