Revert "Try to download the infra repo with http and ip address."

This reverts commit 0a075e8acf.
This commit is contained in:
Randy Barlow 2018-11-28 15:31:15 +00:00
parent 0a075e8acf
commit c02010125c

View file

@ -15,7 +15,7 @@ items:
name="bodhi-web" \
vendor="Fedora Infrastructure" \
license="MIT"
RUN curl -o /etc/yum.repos.d/infra-tags.repo http://10.5.126.23/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo
{% if env == "staging" %}
RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo
{% endif %}