Merge "Update ansible checkout from origin"
This commit is contained in:
commit
333d93c49e
@ -112,6 +112,8 @@ if [ ! -d ansible ]; then
|
|||||||
cd ansible
|
cd ansible
|
||||||
else
|
else
|
||||||
cd ansible
|
cd ansible
|
||||||
|
git remote update origin --prune
|
||||||
|
git fetch --tags
|
||||||
git checkout $ANSIBLE_GIT_BRANCH
|
git checkout $ANSIBLE_GIT_BRANCH
|
||||||
git pull --rebase origin $ANSIBLE_GIT_BRANCH
|
git pull --rebase origin $ANSIBLE_GIT_BRANCH
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user