Skip to content

Commit 10c3aed

Browse files
committed
Changes for new branch spassky.
1 parent 998ae5b commit 10c3aed

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::IbmPowerVc
22

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

77
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-ibm_power_vc?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_vc?branch=master&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions?query=branch%3Amaster)
9+
[![Build history for spassky branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-ibm_power_vc?branch=spassky&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions?query=branch%3Amaster)
1010

1111
ManageIQ plugin for the [IBM PowerVC](https://www.ibm.com/products/powervc) provider.
1212
This plugin supports IBM PowerVC **v1.4.4 or higher**.

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)