Skip to content

Commit ec15bda

Browse files
committed
set correct input reference path for built cloudformation template
1 parent c068e61 commit ec15bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decrypt_oracle/.chalice/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _pipeline(
204204
RoleArn=GetAtt(cfn_role, "Arn"),
205205
Capabilities="CAPABILITY_IAM",
206206
StackName=_stack_name,
207-
TemplatePath="{}::transformed.yaml".format(_compiled_cfn_template),
207+
TemplatePath="{}::decrypt_oracle/transformed.yaml".format(_compiled_cfn_template),
208208
),
209209
)
210210
deploy_changeset = codepipeline.Actions(

0 commit comments

Comments
 (0)