[toddlers] Fix the URL for email overrides on staging
Because the fail is taken directly from ansible repository, we need to use the same url for staging and production. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
75943dfe0e
commit
c29d87a23c
1 changed files with 0 additions and 4 deletions
|
@ -136,11 +136,7 @@ old_composes_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/"
|
|||
mbs_url = "https://mbs{{ env_suffix }}.fedoraproject.org/module-build-service/2/module-builds/"
|
||||
|
||||
[consumer_config.check_email_overrides]
|
||||
{% if env == "staging" %}
|
||||
email_overrides_url = "https://stg.pagure.io/fedora-infra/ansible/raw/main/f/roles/openshift-apps/toddlers/templates/email_overrides.toml"
|
||||
{% else %}
|
||||
email_overrides_url = "https://pagure.io/fedora-infra/ansible/raw/main/f/roles/openshift-apps/toddlers/templates/email_overrides.toml"
|
||||
{% endif %}
|
||||
|
||||
[consumer_config.clean_retired_packages]
|
||||
pdc_active_branches = "https://pdc{{ env_suffix }}.fedoraproject.org/extras/active_branches.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue