More fixes to f33 key changes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
b6935f7992
commit
560303aef8
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ handlers = ["console"]
|
|||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f33-modular-updates-candidate"
|
||||
to = "f33-modular"
|
||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
|
||||
type = "modular"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue