Merge "Update ansible checkout from origin"

This commit is contained in:
Jenkins 2016-02-29 20:55:03 +00:00 committed by Gerrit Code Review
commit 333d93c49e

View File

@ -112,6 +112,8 @@ if [ ! -d ansible ]; then
cd ansible
else
cd ansible
git remote update origin --prune
git fetch --tags
git checkout $ANSIBLE_GIT_BRANCH
git pull --rebase origin $ANSIBLE_GIT_BRANCH
git submodule update --init --recursive