ipsilon / staging: also enable the updates-testing repo for the install
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c3c4c7144e
commit
8cecdf5bb1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
{% endif %}
|
||||
RUN dnf install -y \
|
||||
{% if env == "staging" %}
|
||||
--enablerepo=updates-testing
|
||||
{% endif %}
|
||||
ipsilon \
|
||||
ipsilon-authfas \
|
||||
ipsilon-openid \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue