From 70376f4bd1477622a1408e7e128c4b9888b1becf Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Fri, 23 Feb 2024 18:49:36 -0500 Subject: [PATCH] Changes for new branch radjabov. --- README.md | 4 ++-- bin/before_install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ec31e4..b05a31b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bin/before_install b/bin/before_install index 8aee90c..4204d0a 100755 --- a/bin/before_install +++ b/bin/before_install @@ -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