OSBS: fixing osbs.conf syntax and remove vendor variable
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
248757a532
commit
6e716ea950
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ osbs_worker_service_accounts:
|
|||
|
||||
|
||||
osbs_conf_sources_command: fedpkg sources
|
||||
osbs_conf_vendor: Fedora Project
|
||||
|
||||
osbs_orchestrator_cpu_limitrange: "95m"
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ source_registry_uri = {{ osbs_source_registry_uri }}
|
|||
sources_command = {{ osbs_sources_command }}
|
||||
{% if osbs_vendor %}
|
||||
vendor = {{ osbs_vendor }}
|
||||
{% endif %}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue