Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 2e990d4

Browse files
committed
added --force option to cdk destroy
1 parent f09a552 commit 2e990d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ cdk destroy:
105105
script:
106106
# - aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-frontend
107107
# - aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-assets
108-
- cdk destroy --app awscdk/app.py --require-approval never
108+
- cdk destroy --app awscdk/app.py --force

0 commit comments

Comments
 (0)