robosignatory: Use epel-8 key for epel8-next

This commit is contained in:
Carl George 2021-03-19 11:27:48 -05:00 committed by smooge
parent 46476881a5
commit 4e16733d13

View file

@ -322,6 +322,12 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel8-next-signing-pending"
to = "epel8-next-testing-pending"
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel7-signing-pending"
to = "epel7-testing-pending"