diff options
author | Chris Evich <cevich@redhat.com> | 2021-11-17 15:46:32 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-11-18 13:50:11 -0500 |
commit | 3ee2d2367ac76b1448daa2562eda46d4e98c5e9a (patch) | |
tree | 4921f25fcbb4459353f40e86a55af34f85cf5789 /contrib | |
parent | 226be65bdd19b3e3eb69d6e7016980654a300b10 (diff) | |
download | podman-3ee2d2367ac76b1448daa2562eda46d4e98c5e9a.tar.gz podman-3ee2d2367ac76b1448daa2562eda46d4e98c5e9a.tar.bz2 podman-3ee2d2367ac76b1448daa2562eda46d4e98c5e9a.zip |
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>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 80ecd89ce..1a07aeffc 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -20,13 +20,6 @@ die_unknown() { } 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 "************************************************************" show_env_vars |