diff --git a/README.md b/README.md index 6293d8dff..6829ea078 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ManageIQ::Providers::Vmware -[![CI](https://github.com/ManageIQ/manageiq-providers-vmware/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-providers-vmware/actions/workflows/ci.yaml) +[![CI](https://github.com/ManageIQ/manageiq-providers-vmware/actions/workflows/ci.yaml/badge.svg?branch=quinteros)](https://github.com/ManageIQ/manageiq-providers-vmware/actions/workflows/ci.yaml) [![Maintainability](https://api.codeclimate.com/v1/badges/73bf62adcd9632fd9c7d/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-providers-vmware/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/73bf62adcd9632fd9c7d/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-providers-vmware/test_coverage) [![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-vmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Build history for master branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-vmware?branch=master&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-vmware/actions?query=branch%3Amaster) +[![Build history for quinteros branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-vmware?branch=quinteros&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-vmware/actions?query=branch%3Amaster) ManageIQ plugin for the VMware provider. diff --git a/bin/before_install b/bin/before_install index 8aee90c67..c7ad4d07c 100755 --- a/bin/before_install +++ b/bin/before_install @@ -16,5 +16,5 @@ if [ -n "$MANAGEIQ_REPO" ]; then ln -s "$(cd "$MANAGEIQ_REPO" &>/dev/null && pwd)" "$spec_manageiq" elif [ ! -d "$spec_manageiq" ]; then echo "== Cloning manageiq sample app ==" - git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 "$spec_manageiq" + git clone https://github.com/ManageIQ/manageiq.git --branch quinteros --depth 1 "$spec_manageiq" fi