We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f6336 commit e871624Copy full SHA for e871624
.circleci/config.yml
@@ -19,12 +19,3 @@ jobs:
19
- run: sudo pip install -r test-requirements.txt
20
- run: sudo make test
21
- 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