Skip to content

Commit

Permalink
Changes for new branch radjabov.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 23, 2024
1 parent 27ca05c commit ecf3b51
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::Ovirt

[![CI](https://github.com/ManageIQ/manageiq-providers-ovirt/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-providers-ovirt/actions/workflows/ci.yaml)
[![CI](https://github.com/ManageIQ/manageiq-providers-ovirt/actions/workflows/ci.yaml/badge.svg?branch=radjabov)](https://github.com/ManageIQ/manageiq-providers-ovirt/actions/workflows/ci.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/adb159273f2c5ba5c9b3/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ovirt/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/adb159273f2c5ba5c9b3/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ovirt/test_coverage)

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

ManageIQ plugin for the oVirt 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 radjabov --depth 1 "$spec_manageiq"
fi

0 comments on commit ecf3b51

Please sign in to comment.