No --depth 1 anywhere

This commit is contained in:
Maxime GIMENO 2021-07-30 15:52:10 +02:00 committed by GitHub
parent 62835eb601
commit 314f867564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ if [ ! -d cgal ]; then
cd ..
fi
cd cgal
git fetch --depth 1 cgal
git fetch cgal
git remote add $USER_REPO https://github.com/$USER_REPO/cgal.git
git fetch --depth 1 $USER_REPO
git fetch $USER_REPO
git checkout $BRANCH_NAME
git reset --hard $USER_REPO/$BRANCH_NAME
#setup the list_test_packages