mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Merged master into ITPLT-1615-changes-for-bbdc-with-mesh
This commit is contained in:
@@ -16,6 +16,7 @@ def find_all_scenarios():
|
||||
def load_template():
|
||||
jenv = j2.Environment(
|
||||
loader=j2.FileSystemLoader('.'),
|
||||
autoescape=True,
|
||||
lstrip_blocks=True,
|
||||
trim_blocks=True)
|
||||
return jenv.get_template(PIPELINE_TEMPLATE_J2_FILE)
|
||||
|
||||
Reference in New Issue
Block a user