add f33-infra for signing

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-18 02:26:23 +00:00 committed by Pierre-Yves Chibon
parent 5946a7826e
commit ec63345dc1

View file

@ -154,6 +154,12 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}" key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}" keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f33-infra-candidate"
to = "f33-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
# Gated coreos-pool tag # Gated coreos-pool tag
[[consumer_config.koji_instances.primary.tags]] [[consumer_config.koji_instances.primary.tags]]