bodhi-pungi: re-enable testing ostree for silverblue

This re-enables updates-testing composes for silverblue that were
stopped in df5009d because of https://pagure.io/pungi/issue/1092
This commit is contained in:
Dusty Mabe 2019-01-08 13:47:54 -05:00
parent 23eadcbb0c
commit 7c8ef39653
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -160,7 +160,6 @@ ostree = {
[% endif %] [% endif %]
}, },
# Fedora Silverblue # Fedora Silverblue
[% if request.name == 'stable' %]
{ {
[% if release.version_int >= 28 %] [% if release.version_int >= 28 %]
"version": "!VERSION_FROM_VERSION_DATE_RESPIN", "version": "!VERSION_FROM_VERSION_DATE_RESPIN",
@ -201,7 +200,6 @@ ostree = {
"arches": ["x86_64"], "arches": ["x86_64"],
"failable": ["x86_64"] "failable": ["x86_64"]
}, },
[% endif %]
] ]
} }
[% endif %] [% endif %]