Skip to content

Commit 9bf9327

Browse files
committed
Changes for new branch radjabov.
1 parent 2fe9c81 commit 9bf9327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ManageIQ::Providers::IbmCloud
22

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

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

1111
ManageIQ plugin for the IBM Cloud provider
1212

bin/before_install

+1-1
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 radjabov --depth 1 "$spec_manageiq"
2020
fi

0 commit comments

Comments
 (0)