From 6776f314575abe9e85182c7d5782d45c8d4de0cd Mon Sep 17 00:00:00 2001 From: Brandon Squizzato Date: Wed, 27 Oct 2021 14:34:01 -0400 Subject: [PATCH] Bump pin in bootstrap.sh --- cicd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/bootstrap.sh b/cicd/bootstrap.sh index e335d15e..c01e5c16 100644 --- a/cicd/bootstrap.sh +++ b/cicd/bootstrap.sh @@ -18,7 +18,7 @@ python3 -m venv .bonfire_venv source .bonfire_venv/bin/activate pip install --upgrade pip 'setuptools<58' wheel -pip install --upgrade 'crc-bonfire>=1.0.0' +pip install --upgrade 'crc-bonfire>=2.17.1' # clone repo to download cicd scripts git clone https://github.com/RedHatInsights/bonfire.git $BONFIRE_ROOT