From a2641adb5f9770ec66906149828f6a8a933b17e3 Mon Sep 17 00:00:00 2001 From: Brandon Squizzato Date: Thu, 20 Jan 2022 16:44:31 -0500 Subject: [PATCH] Check out correct branch in bootstrap --- cicd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/bootstrap.sh b/cicd/bootstrap.sh index e64aab73..ec121767 100644 --- a/cicd/bootstrap.sh +++ b/cicd/bootstrap.sh @@ -61,5 +61,5 @@ pip install --upgrade pip 'setuptools<58' wheel pip install --upgrade crc-bonfire # clone repo to download cicd scripts -git clone --branch tear_down_both_namespaces https://github.com/RedHatInsights/bonfire.git $BONFIRE_ROOT +git clone --branch master https://github.com/RedHatInsights/bonfire.git $BONFIRE_ROOT