Skip to content

Commit

Permalink
Changes for new branch quinteros.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 12, 2023
1 parent 673cd7d commit b7a13f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7a13f7

Please sign in to comment.