Skip to content

Commit e871624

Browse files
committed
Remove unused ecr publish step
1 parent 96f6336 commit e871624

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ jobs:
1919
- run: sudo pip install -r test-requirements.txt
2020
- run: sudo make test
2121
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
22-
- run:
23-
command: |-
24-
rm -rf ~/.local
25-
cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
26-
sudo apt-get update
27-
sudo apt-get install python-dev
28-
sudo pip install --upgrade awscli
29-
aws --version
30-
name: Install awscli for ECR publish

0 commit comments

Comments
 (0)