diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-28 18:46:11 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-29 00:28:27 +0000 |
commit | d61d8a35e02303fab9661c086e8f80744fd953c4 (patch) | |
tree | 343448045e3b5e03f5d071d86670a90adca47508 | |
parent | 10dfd8d92abaaecd04721be7167f57aa1669e446 (diff) | |
download | podman-d61d8a35e02303fab9661c086e8f80744fd953c4.tar.gz podman-d61d8a35e02303fab9661c086e8f80744fd953c4.tar.bz2 podman-d61d8a35e02303fab9661c086e8f80744fd953c4.zip |
Fix broken f28/cloud instance
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1024
Approved by: nalind
-rw-r--r-- | .papr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ packages: - podman - buildah tests: + - sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf + - yum -y reinstall container-selinux - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh required: false context: "Fedora fedora/28/cloud Podman" |