Update cloneNoLFS.sh
parent
919a87a05f
commit
272c46b879
|
|
@ -10,8 +10,8 @@ cd $repoPathFull
|
|||
|
||||
echo ' '
|
||||
echo "Cloning the repository being built:"
|
||||
git clone --filter=blob:none --no-checkout $cloneUrl
|
||||
git checkout $githubSha
|
||||
git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
|
||||
git --work-tree=$repoPathFull checkout $githubSha
|
||||
|
||||
tree
|
||||
echo ' '
|
||||
|
|
|
|||
Loading…
Reference in New Issue