Skip to content

Commit 15c2bf0

Browse files
committed
[ci] Fix the RHEL UBI9 job; drop 'cost' from c9s repo definitions
I think this was messing up the various dnf commands I run to get the environment set up in the CI job. Signed-off-by: David Cantrell <[email protected]>
1 parent 40764de commit 15c2bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ubi.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
echo "[c9s-${c}]" >> /etc/yum.repos.d/ubi.repo
5757
echo "name = CentOS Stream 9 - ${c}" >> /etc/yum.repos.d/ubi.repo
5858
echo "baseurl = https://mirror.stream.centos.org/9-stream/${c}/\$basearch/os/" >> /etc/yum.repos.d/ubi.repo
59-
echo "cost = 100" >> /etc/yum.repos.d/ubi.repo
6059
echo "enabled = 1" >> /etc/yum.repos.d/ubi.repo
6160
echo "gpgcheck = 0" >> /etc/yum.repos.d/ubi.repo
6261
echo >> /etc/yum.repos.d/ubi.repo

0 commit comments

Comments
 (0)