mirror of https://gitee.com/bigwinds/arangodb
work around centos ancient git versions
This commit is contained in:
parent
4c5d8a9bbc
commit
6e97f169d2
|
@ -607,8 +607,8 @@ if test -n "${ENTERPRISE_GIT_URL}" ; then
|
|||
fi
|
||||
else
|
||||
git checkout master;
|
||||
git pull --tags;
|
||||
git pull --all;
|
||||
git fetch --tags;
|
||||
git checkout ${GITARGS};
|
||||
fi
|
||||
${FINAL_PULL}
|
||||
|
|
Loading…
Reference in New Issue