Skip to content

Commit b132e7e

Browse files
committed
do not fetch container-selinux 2.243.0 from updates-testing
container-selinux v2.243.0 seems to break image verification tests. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
1 parent af10fa9 commit b132e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mkdir -p ./rpms
2525
set +e
2626
if [[ ${PODMAN_PR_NUM} != "" ]]; then
2727
pushd ./rpms
28-
for pkg in container-selinux crun;
28+
for pkg in crun;
2929
do
3030
for tag in "${FEDORA_VERSION}"-updates-candidate "${FEDORA_VERSION}"-updates-testing "${FEDORA_VERSION}"-updates-testing-pending;
3131
do

0 commit comments

Comments
 (0)