summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_environment.sh
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-05-30 10:56:21 -0500
committerbaude <bbaude@redhat.com>2019-05-31 14:54:06 -0500
commitd1c44ea8560c59d843f8550005050a5e09e2b062 (patch)
treea3bd01d5ae4b67d4cdae83ed975394149ad444ed /contrib/cirrus/setup_environment.sh
parent7358a4c590526cd656affd20db051dd6a852f3bb (diff)
downloadpodman-d1c44ea8560c59d843f8550005050a5e09e2b062.tar.gz
podman-d1c44ea8560c59d843f8550005050a5e09e2b062.tar.bz2
podman-d1c44ea8560c59d843f8550005050a5e09e2b062.zip
split rootless local and remote testing
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index f40405e8d..13bce506a 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -87,7 +87,7 @@ case "$SPECIALMODE" in
fi
;;
in_podman) # Assumed to be Fedora
- dnf install -y podman buildah
+ dnf install -y podman
$SCRIPT_BASE/setup_container_environment.sh
;;
*)