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
|
@ -521,8 +521,8 @@ rules:
|
|||
--- !Policy
|
||||
id: "bodhiupdate_bodhipush_coreos"
|
||||
product_versions:
|
||||
- fedora-{{FedoraCycleNumber}}
|
||||
- fedora-{{FedoraCycleNumber+1}}
|
||||
- fedora-{{ FedoraCycleNumber }}
|
||||
- fedora-{{ FedoraCycleNumber|int + 1 }}
|
||||
- fedora-rawhide
|
||||
decision_contexts:
|
||||
- bodhi_update_push_testing_critical-path-coreos_critpath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue