Update cloneNoLFS.sh

pull/273/head
Frostebite 2021-07-26 00:16:20 +01:00 committed by GitHub
parent 919a87a05f
commit 272c46b879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ cd $repoPathFull
echo ' ' echo ' '
echo "Cloning the repository being built:" echo "Cloning the repository being built:"
git clone --filter=blob:none --no-checkout $cloneUrl git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
git checkout $githubSha git --work-tree=$repoPathFull checkout $githubSha
tree tree
echo ' ' echo ' '