Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/tekton-resources/tasks/teardown/awscli-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
aws cloudformation delete-stack --stack-name $(params.launch-template-stack-name)
# wait for the launch-template stack to be completely deleted to avoid race-conditions.
echo "waiting for launch-template stack deletion..."
aws cloudformation wait stack-delete-complete --stack-name $(params.launch-template-stack-name)"
aws cloudformation wait stack-delete-complete --stack-name $(params.launch-template-stack-name)
aws cloudformation delete-stack --stack-name $(params.node-role-stack-name) --deletion-mode FORCE_DELETE_STACK

- name: awscli-delete-vpc
Expand Down