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

Commit 45015c8

Browse files
committed
changed cdk destroy command
1 parent 99a08bd commit 45015c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,9 @@ cdk destroy:
100100
- apt-get -qq update && apt-get -y install nodejs npm
101101
- node -v
102102
- npm i -g aws-cdk
103-
- cd awscdk
104103
- pip3 install awscli
105104
- pip3 install -r requirements.txt
106105
script:
107106
- aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-frontend
108107
- aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-assets
109-
- cdk destroy --require-approval never
108+
- cdk destroy --app awscdk/app.py --require-approval never

0 commit comments

Comments
 (0)