Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Aug 8, 2023
1 parent 3e781ea commit 9f0dd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions servicecatalog_factory/commands/task_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def extrapolate_version(input, product_name):
build={
"commands": [
f"echo '{configuration}' > configuration.json",
"cat configuration.json",
f'servicecatalog-factory generate-template "CDK" "1.0.0" "{product_name}" "{version_name}" . configuration.json > product.template.yaml',
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@


def create_cdk_pipeline(
name, version, product_name, product_version, template_config, p
name, version, product_name, product_version, configuration, p
) -> t.Template:
description = f"""Builds a cdk pipeline
{{"version": "{constants.VERSION}", "framework": "servicecatalog-factory", "role": "product-pipeline", "type": "{name}", "version": "{version}"}}"""
configuration = template_config.get("Configuration")
template = t.Template(Description=description)

template.add_parameter(t.Parameter("PuppetAccountId", Type="String"))
Expand Down

0 comments on commit 9f0dd7e

Please sign in to comment.