Skip to content

Commit

Permalink
Bug in awscli. Refer to aws/aws-cli#3535
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterchan committed Sep 10, 2018
1 parent 30a4a82 commit 8b0436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run: 'sudo apt install python-pip python-dev'
- run: 'sudo easy_install six==1.9.0'
- run: 'sudo pip install awsebcli'
- run: 'sudo pip install --upgrade "urllib3==1.22" awscli'
- run: 'npm install'
- run: 'npm run lint'
- deploy:
Expand Down

0 comments on commit 8b0436b

Please sign in to comment.