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:
commit
2b62c6cbb1
1 changed files with 0 additions and 7 deletions
|
|
@ -21,10 +21,3 @@ jobs:
|
||||||
- run: make build
|
- run: make build
|
||||||
- run: make bench
|
- run: make bench
|
||||||
- run: make test
|
- 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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue