From 33b8e149ac7307f0ee7a945beaabf5e649df117e Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 13 Jul 2021 01:17:43 +0100 Subject: [PATCH] late install git lfs --- dist/remote-builder/cloneNoLFS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/remote-builder/cloneNoLFS.sh b/dist/remote-builder/cloneNoLFS.sh index 725bb40c..469202fa 100755 --- a/dist/remote-builder/cloneNoLFS.sh +++ b/dist/remote-builder/cloneNoLFS.sh @@ -8,7 +8,7 @@ cd $repoPathFull echo ' ' echo "Cloning the repository being built:" -git clone $cloneUrl $githubSha +git clone $cloneUrl $repoPathFull $githubSha apk add git-lfs