[toddlers] Fix the url for MBS

The env_suffix is `.stg` which caused the URL to be mbs..stg. This URL can't be
parsed and this caused error. Let's fix the behavior.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-06-29 14:24:15 +02:00
parent 2838e39d17
commit 4282f99936

View file

@ -133,7 +133,7 @@ file_check_url = "https://src{{ env_suffix }}.fedoraproject.org/%(namespace)s/%(
old_composes_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/"
[consumer_config.pdc_modules]
mbs_url = "https://mbs.{{ env_suffix }}fedoraproject.org/module-build-service/2/module-builds/"
mbs_url = "https://mbs{{ env_suffix }}.fedoraproject.org/module-build-service/2/module-builds/"
[consumer_config.check_email_overrides]
{% if env == "staging" %}