Skip to content

Commit

Permalink
setting pipeline type to v2 and execution mode to queued
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Oct 14, 2024
1 parent c0cdbc4 commit b647d78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terminaltables = "==3.1.0"
luigi = "3.1.1"
cfn-flip = "==1.2.3"
networkx = "2.6.3"
troposphere = "3.1.0"
troposphere = "4.8.3"
awacs = "2.0.2"
jmespath = "^0.10.0"
deepdiff = "^5.3.0"
Expand Down
2 changes: 2 additions & 0 deletions servicecatalog_puppet/template_builder/hub/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,8 @@ def get_template(
),
),
RestartExecutionOnUpdate=True,
ExecutionMode="QUEUED",
PipelineType="V2",
)
)

Expand Down

0 comments on commit b647d78

Please sign in to comment.