[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:
parent
2838e39d17
commit
4282f99936
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue