Skip to content

Commit

Permalink
work around centos ancient git versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart committed Apr 18, 2017
1 parent 4c5d8a9 commit 6e97f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/Jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6e97f16

Please sign in to comment.