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
|
fi
|
||||||
else
|
else
|
||||||
git checkout master;
|
git checkout master;
|
||||||
git pull --tags;
|
|
||||||
git pull --all;
|
git pull --all;
|
||||||
|
git fetch --tags;
|
||||||
git checkout ${GITARGS};
|
git checkout ${GITARGS};
|
||||||
fi
|
fi
|
||||||
${FINAL_PULL}
|
${FINAL_PULL}
|
||||||
|
|
Loading…
Reference in New Issue