Removed unneeded "Install awscli for ECR publish" command

This commit is contained in:
Xavi Ramirez 2019-01-08 18:40:29 -08:00
parent a975ca3c3b
commit df71c27e6f

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