From beabee0e7f4262257df710aee0458c0f25807c0c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 1 Aug 2021 01:01:54 +0100 Subject: [PATCH] git lfs pull --- dist/remote-builder/cloneNoLFS.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/remote-builder/cloneNoLFS.sh b/dist/remote-builder/cloneNoLFS.sh index 555808a5..36d603a8 100755 --- a/dist/remote-builder/cloneNoLFS.sh +++ b/dist/remote-builder/cloneNoLFS.sh @@ -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"