CI: CentOS/Rocky: revert Delorean repo url at the end

We revert all repos to their normal versions. This change takes care of
forgotten Delorean repos.

Change-Id: I8bcddbd6ebf3119f4f56d86e47377f27b8671b1a
This commit is contained in:
Marcin Juszkiewicz 2023-01-10 14:24:26 +01:00
parent 9fd6e3608e
commit c9e60c0b21

View File

@ -114,7 +114,10 @@ RUN if [ -d /etc/yum.repos.d/not-for-ci/ ]; then \
rm ci-{{ base_distro }}.repo && \
mv not-for-ci/*.repo . && \
rm -rf not-for-ci; \
fi
fi; \
sed -i \
-e "s|{{ nodepool_rdo_proxy }}|https://trunk.rdoproject.org|g" \
/etc/yum.repos.d/delorean*.repo
{% elif base_distro == "debian" %}
RUN sed -i -e "s|\[trusted=yes\] http://{{ nodepool_mirror_host }}|http://deb.debian.org|" \
-e "s|\[trusted=yes\] http://{{ nodepool_mirror_host }}|http://security.debian.org|" \