You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Post build stage failed. The stack {stack_name} is in an unexpected status: {stack_status}. Please visit the AWS CloudFormation Console to delete the stack."
print(f"Started deployment of stack {stack_name} with ID {stack_id}")
76
80
wait_for_stack_completion(client, stack_name)
77
81
else:
78
-
raiseException(
82
+
print(
79
83
f"Post build stage failed. The stack {stack_name} is in an unexpected status: {stack_status}. Please visit the AWS CloudFormation Console to delete the stack."
0 commit comments