1
0
Fork 0

work around centos ancient git versions

This commit is contained in:
Wilfried Goesgens 2017-04-18 19:21:43 +02:00
parent 4c5d8a9bbc
commit 6e97f169d2
1 changed files with 1 additions and 1 deletions

View File

@ -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}