test/integration.sh: bump nightly

The current one is not available anymore. We cannot use rpmrepo for this
yet, because the podman-plugins package is too new.
This commit is contained in:
Lars Karlitski 2020-12-01 10:21:03 +01:00
parent c282b9b1f0
commit d9cb6217ef

View file

@ -24,7 +24,7 @@ if [[ $ID == rhel ]]; then
sudo tee /etc/yum.repos.d/rhel-8-3-1.repo << EOF
[rhel-8-3-1]
name = RHEL 8.3.1 override
baseurl = http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/RHEL-8.3.1-20201118.n.0/compose/AppStream/x86_64/os
baseurl = http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/RHEL-8.3.1-20201130.n.2/compose/AppStream/x86_64/os
enabled = 0
gpgcheck = 1
EOF