Skip to content

Commit

Permalink
Bump pin in bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Oct 27, 2021
1 parent 4037708 commit 6776f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6776f31

Please sign in to comment.