Skip to content

Commit 0f2fc30

Browse files
committed
Changes for new branch tal.
1 parent 2881ebd commit 0f2fc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ManageIQ::Providers::Google
22

3-
[![CI](https://github.com/ManageIQ/manageiq-providers-google/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ManageIQ/manageiq-providers-google/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/ManageIQ/manageiq-providers-google/actions/workflows/ci.yaml/badge.svg?branch=tal)](https://github.com/ManageIQ/manageiq-providers-google/actions/workflows/ci.yaml)
44

55
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-google?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

bin/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -n "$MANAGEIQ_REPO" ]; then
1717
ln -s "$(cd "$MANAGEIQ_REPO" &>/dev/null && pwd)" "$spec_manageiq"
1818
elif [ ! -d "$spec_manageiq" ]; then
1919
echo "== Cloning manageiq sample app =="
20-
git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 "$spec_manageiq"
20+
git clone https://github.com/ManageIQ/manageiq.git --branch tal --depth 1 "$spec_manageiq"
2121
fi
2222

2323
if [ -n "$CI" ]; then

0 commit comments

Comments
 (0)