Skip to content

Commit ee24ae0

Browse files
Merge pull request #196 from lsm5/v570-test
do not fetch container-selinux v2.243.0 from updates-testing.
2 parents af10fa9 + b132e7e commit ee24ae0

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)