diff --git a/create-local-repo.sh b/create-local-repo.sh index c4f5727..335428b 100755 --- a/create-local-repo.sh +++ b/create-local-repo.sh @@ -44,10 +44,12 @@ set -o errexit pushd pvc-ansible git pull --rebase +git checkout master popd pushd pvc-installer git pull --rebase +git checkout master popd git add pvc-ansible pvc-installer