Skip to content

Commit 3c37625

Browse files
Fix awscli installation (#40)
1 parent d7f7c32 commit 3c37625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
- run:
116116
name: ECR Login
117117
command: |
118-
curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py
119-
pip install awscli==1.16.292
118+
sudo apt-get update && sudo apt-get install --yes python3 python3-pip
119+
pip3 install awscli
120120
$(aws ecr get-login --no-include-email --region ${AWS_REGION} --registry-ids ${AWS_ACCOUNT_ID})
121121
- run:
122122
name: Build and push image

0 commit comments

Comments
 (0)