Merge "Update ansible checkout from origin"
This commit is contained in:
commit
333d93c49e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user