Skip to content

Commit f0852df

Browse files
committed
rm "install awscli for ecr publish" since circle config does not do ecr publish
1 parent cdd26f5 commit f0852df

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,4 @@ jobs:
1616
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1717
name: Set up CircleCI artifacts directories
1818
- run: make deps
19-
- run: make test
20-
- run:
21-
command: |-
22-
rm -rf ~/.local
23-
cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
24-
sudo apt-get update
25-
sudo apt-get install python-dev
26-
sudo pip install --upgrade awscli
27-
aws --version
28-
name: Install awscli for ECR publish
19+
- run: make test

0 commit comments

Comments
 (0)