mirror of https://github.com/CGAL/cgal
No shallow clone to keep the history for the diff
This commit is contained in:
parent
e157a4aac9
commit
62835eb601
|
|
@ -21,7 +21,7 @@ PR_NUMBER=$4
|
||||||
|
|
||||||
cd ${CGAL_GIT_DIR}
|
cd ${CGAL_GIT_DIR}
|
||||||
if [ ! -d cgal ]; then
|
if [ ! -d cgal ]; then
|
||||||
git clone --depth 1 --no-single-branch https://github.com/CGAL/cgal.git
|
git clone https://github.com/CGAL/cgal.git
|
||||||
cd cgal
|
cd cgal
|
||||||
git remote rename origin cgal
|
git remote rename origin cgal
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue