fix confpy
This commit is contained in:
parent
82d6d0e771
commit
ef81bae683
@ -11,6 +11,10 @@ reno>=3.1.0 # Apache-2.0
|
||||
|
||||
otc-sphinx-directives>=0.1.0
|
||||
sphinx-minify>=0.0.1 # Apache-2.0
|
||||
{% if otcdocs_cloud_environment == 'eu_de' %}
|
||||
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
||||
{% elif otcdocs_cloud_environment == 'swiss' %}
|
||||
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata-swiss.git#egg=otc_metadata
|
||||
{% endif %}
|
||||
setuptools
|
||||
gitpython
|
||||
|
@ -275,6 +275,7 @@ def process_repositories(args, service):
|
||||
context["otcdocs_search_environment"] = "hc_de"
|
||||
context["otcdocs_search_index"] = "search_index_de"
|
||||
context["environment"] = args.target_environment
|
||||
context["otcdocs_cloud_environment"] = args.cloud_environment
|
||||
sbv_title = (service["service_title"] + "\n"
|
||||
+ ('=' * len(service["service_title"])))
|
||||
context["sbv_title"] = sbv_title
|
||||
@ -317,6 +318,7 @@ def process_repositories(args, service):
|
||||
|
||||
context["target_environment"] = args.target_environment
|
||||
context["service_type"] = service['service_type']
|
||||
context["otcdocs_cloud_environment"] = args.cloud_environment
|
||||
|
||||
tox_ini_content = tox_ini_template.render(**context)
|
||||
tox_ini_path = pathlib.Path(copy_to, "tox.ini")
|
||||
|
Loading…
x
Reference in New Issue
Block a user