We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af10fa9 commit b132e7eCopy full SHA for b132e7e
build.sh
@@ -25,7 +25,7 @@ mkdir -p ./rpms
25
set +e
26
if [[ ${PODMAN_PR_NUM} != "" ]]; then
27
pushd ./rpms
28
- for pkg in container-selinux crun;
+ for pkg in crun;
29
do
30
for tag in "${FEDORA_VERSION}"-updates-candidate "${FEDORA_VERSION}"-updates-testing "${FEDORA_VERSION}"-updates-testing-pending;
31
0 commit comments