Skip to content

Commit e38e908

Browse files
committed
Changes for new branch spassky.
1 parent b3f270a commit e38e908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ManageIQ::Providers::IbmPowerHmc
22

3-
[![CI](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions/workflows/ci.yaml/badge.svg?branch=spassky)](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions/workflows/ci.yaml)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/a10f4961070bc030e3cd/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ibm_power_hmc/maintainability)
55
[![Test Coverage](https://api.codeclimate.com/v1/badges/a10f4961070bc030e3cd/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ibm_power_hmc/test_coverage)
66

77
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-ibm_power_hmc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

9-
[![Build history for master branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-ibm_power_hmc?branch=master&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions?query=branch%3Amaster)
9+
[![Build history for spassky branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-ibm_power_hmc?branch=spassky&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/actions?query=branch%3Amaster)
1010

1111
ManageIQ plugin for the IBM Power HMC provider.
1212

bin/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ if [ -n "$MANAGEIQ_REPO" ]; then
1616
ln -s "$(cd "$MANAGEIQ_REPO" &>/dev/null && pwd)" "$spec_manageiq"
1717
elif [ ! -d "$spec_manageiq" ]; then
1818
echo "== Cloning manageiq sample app =="
19-
git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 "$spec_manageiq"
19+
git clone https://github.com/ManageIQ/manageiq.git --branch spassky --depth 1 "$spec_manageiq"
2020
fi

0 commit comments

Comments
 (0)