Merge pull request #37 from Clever/INFRA-3343-rm-awscli-install-amazon-kinesis-client-go

Removed unneeded "Install awscli for ECR publish" command
This commit is contained in:
Xavi 2019-01-09 14:55:35 -08:00 committed by GitHub
commit 2b62c6cbb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,3 @@ jobs:
- run: make build
- run: make bench
- run: make test
- run:
command: |-
cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
sudo apt-get install python-dev
sudo pip install --upgrade awscli && aws --version
pip install --upgrade --user awscli
name: Install awscli for ECR publish