Cirrus: Partially revert catatonit --force install

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 <cevich@redhat.com>
This commit is contained in:
Chris Evich 2021-11-17 15:46:32 -05:00
parent 226be65bdd
commit 3ee2d2367a
No known key found for this signature in database
GPG key ID: 03EDC70FD578067F

View file

@ -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 "************************************************************"