summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-17 08:06:14 +0200
committerGitHub <noreply@github.com>2019-08-17 08:06:14 +0200
commit098ce2f33a2117a4b18ef49cacd329d44354f984 (patch)
tree94070d2681b9de68963352cdfef85701b121d200 /contrib
parent8eab96ec3afdc04c02b5ea1c2067e4a36c14c783 (diff)
parent7e406fe8e6ac39106a51d44026cac8c158d74c0e (diff)
downloadpodman-098ce2f33a2117a4b18ef49cacd329d44354f984.tar.gz
podman-098ce2f33a2117a4b18ef49cacd329d44354f984.tar.bz2
podman-098ce2f33a2117a4b18ef49cacd329d44354f984.zip
Merge pull request #3822 from cevich/simplify_crun_task
Cirrus: Minor: Simplify crun test task
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 03acaf1da..7b6765f8a 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -44,11 +44,6 @@ case "${OS_REL_VER}" in
;;
fedora-30) ;& # continue to next item
fedora-29)
- # There is no crun package on Fedora29
- if test "${OS_REL_VER}" != "fedora-29"; then
- yum install -y crun
- fi
-
if [[ "$ADD_SECOND_PARTITION" == "true" ]]; then
bash "$SCRIPT_BASE/add_second_partition.sh"; fi
;;