Add master checkout during update-remote

This commit is contained in:
Joshua Boniface 2023-09-05 13:22:01 -04:00
parent 80f5a4f260
commit 8a901e5326
1 changed files with 2 additions and 0 deletions

View File

@ -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