ipsilon / staging: also enable the updates-testing repo for the install

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-04-16 16:01:13 +00:00 committed by Pierre-Yves Chibon
parent c3c4c7144e
commit 8cecdf5bb1

View file

@ -15,6 +15,9 @@ spec:
RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo
{% endif %} {% endif %}
RUN dnf install -y \ RUN dnf install -y \
{% if env == "staging" %}
--enablerepo=updates-testing
{% endif %}
ipsilon \ ipsilon \
ipsilon-authfas \ ipsilon-authfas \
ipsilon-openid \ ipsilon-openid \