Add master checkout during update-remote
This commit is contained in:
parent
80f5a4f260
commit
8a901e5326
|
@ -44,10 +44,12 @@ set -o errexit
|
||||||
|
|
||||||
pushd pvc-ansible
|
pushd pvc-ansible
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
git checkout master
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd pvc-installer
|
pushd pvc-installer
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
git checkout master
|
||||||
popd
|
popd
|
||||||
|
|
||||||
git add pvc-ansible pvc-installer
|
git add pvc-ansible pvc-installer
|
||||||
|
|
Loading…
Reference in New Issue