greenwave: fix template syntax a bit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2ae99049b8
commit
d23d4a03ec
1 changed files with 2 additions and 2 deletions
|
@ -522,7 +522,7 @@ rules:
|
||||||
id: "bodhiupdate_bodhipush_coreos"
|
id: "bodhiupdate_bodhipush_coreos"
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-{{ FedoraCycleNumber }}
|
- fedora-{{ FedoraCycleNumber }}
|
||||||
- fedora-{{FedoraCycleNumber+1}}
|
- fedora-{{ FedoraCycleNumber|int + 1 }}
|
||||||
- fedora-rawhide
|
- fedora-rawhide
|
||||||
decision_contexts:
|
decision_contexts:
|
||||||
- bodhi_update_push_testing_critical-path-coreos_critpath
|
- bodhi_update_push_testing_critical-path-coreos_critpath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue