Changing eln tags for signing

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-04-22 21:27:08 +00:00 committed by Pierre-Yves Chibon
parent 812f33003e
commit 27582662fd

View file

@ -324,8 +324,8 @@ handlers = ["console"]
# ELN signing
[[consumer_config.koji_instances.primary.tags]]
from = "eln-pending"
to = "eln-candidate"
from = "eln-signing-pending"
to = "eln-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"