diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-11-10 17:08:57 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-11-15 12:53:25 +0100 |
commit | c8790bfbbb845450608adc7a0a03b77979165f42 (patch) | |
tree | 761a4e7ecfe69eaf554cc2cba8e0672318fb377e /contrib/cirrus/setup_environment.sh | |
parent | 5934e4c9b50020e0099a71233ae4f9ba9356215f (diff) | |
download | podman-c8790bfbbb845450608adc7a0a03b77979165f42.tar.gz podman-c8790bfbbb845450608adc7a0a03b77979165f42.tar.bz2 podman-c8790bfbbb845450608adc7a0a03b77979165f42.zip |
cirrus: force-install catatonit
A temporary workaround until the CI images are updated.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 3786054a7..90d28b7ac 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -20,6 +20,13 @@ 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 |