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

Commit d4d2e87

Browse files
committed
added awscli with pip
1 parent c133165 commit d4d2e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +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
103104
- pip3 install -e awscdk
104105
script:
105106
- aws s3 rb --force s3://${ENVIRONMENT}-${APP_NAME}-frontend

0 commit comments

Comments
 (0)