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 4e1f51f commit 70376f4
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,11 +1,11 @@
# ManageIQ::Providers::Awx

[![CI](https://github.com/ManageIQ/manageiq-providers-awx/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-providers-awx/actions/workflows/ci.yaml)
[![CI](https://github.com/ManageIQ/manageiq-providers-awx/actions/workflows/ci.yaml/badge.svg?branch=radjabov)](https://github.com/ManageIQ/manageiq-providers-awx/actions/workflows/ci.yaml)
[![Code Climate](https://codeclimate.com/github/ManageIQ/manageiq-providers-awx.svg)](https://codeclimate.com/github/ManageIQ/manageiq-providers-awx)
[![Test Coverage](https://codeclimate.com/github/ManageIQ/manageiq-providers-awx/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/manageiq-providers-awx/coverage)
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-ansible_tower?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-awx?branch=master&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-awx/actions?query=branch%3Amaster)
[![Build history for radjabov branch](https://buildstats.info/github/chart/ManageIQ/manageiq-providers-awx?branch=radjabov&buildCount=50&includeBuildsFromPullRequest=false&showstats=false)](https://github.com/ManageIQ/manageiq-providers-awx/actions?query=branch%3Amaster)

ManageIQ plugin for the AWX 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 70376f4

Please sign in to comment.