git lfs pull
parent
284f8ad9ee
commit
beabee0e7f
|
|
@ -9,7 +9,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 $repoPathFull
|
git lfs install --skip-smudge
|
||||||
|
git clone $cloneUrl $repoPathFull
|
||||||
git checkout $githubSha
|
git checkout $githubSha
|
||||||
echo "Checked out $githubSha"
|
echo "Checked out $githubSha"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue