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

Commit c133165

Browse files
committed
fixed pip install command for cdk destroy
1 parent 45015c8 commit c133165

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,8 +100,7 @@ cdk destroy:
100100
- apt-get -qq update && apt-get -y install nodejs npm
101101
- node -v
102102
- npm i -g aws-cdk
103-
- pip3 install awscli
104-
- pip3 install -r requirements.txt
103+
- pip3 install -e awscdk
105104
script:
106105
- aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-frontend
107106
- aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-assets

0 commit comments

Comments
 (0)