Skip to content

Commit

Permalink
Cirrus: Partially revert catatonit --force install
Browse files Browse the repository at this point in the history
VM Images created as of this commit contain the new/required version.
Remove the `--force` install, but retain the hack script's ability to
support this in the future.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 18, 2021
1 parent 226be65 commit 3ee2d23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ die_unknown() {
die "Unknown/unsupported \$$var_name '$var_value'"
}

msg "************************************************************"
msg "FIXME: force-install catatonit 0.17.0 until CI images are updated"
msg "************************************************************"
# FIXME: this is just a temporary workaround to force-install
# catatonit 0.17.0. Please remove once the images are updated.
./hack/install_catatonit.sh --force

msg "************************************************************"
msg "Setting up runtime environment"
msg "************************************************************"
Expand Down

0 comments on commit 3ee2d23

Please sign in to comment.