Environment
This commit is contained in:
@ -359,6 +359,7 @@ def process_repositories(args, service):
|
||||
elif args.cloud_environment == "eu_de":
|
||||
context["template"] = "helpcenter-base-jobs"
|
||||
context["service_type"] = service['service_type']
|
||||
context["environment"] = args.target_environment
|
||||
|
||||
zuul_yaml_content = zuul_yaml_template.render(**context)
|
||||
zuul_yaml_path = pathlib.Path(copy_to, "zuul.yaml")
|
||||
|
Reference in New Issue
Block a user