Skip to content

Commit f0c38d7

Browse files
committed
Changes for new branch tal.
1 parent 3210c88 commit f0c38d7

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::AzureStack
22

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

55
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-azure_stack?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
@@ -16,7 +16,7 @@ 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 tal --depth 1 "$spec_manageiq"
2020
fi
2121

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

0 commit comments

Comments
 (0)