diff --git a/scripts/env-setup.sh b/scripts/env-setup.sh index d749a13c5..0976ab69e 100755 --- a/scripts/env-setup.sh +++ b/scripts/env-setup.sh @@ -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