Skip to content

Commit

Permalink
Remoing unnecessary aws cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-codeinstitute committed Jan 6, 2025
1 parent 516cb48 commit d96c62e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install AWS CLI
run: sudo apt-get update -y && sudo apt-get install -y awscli
- run: docker info
- name: Docker Login
run: AWS_DEFAULT_REGION=eu-west-1 AWS_ACCESS_KEY_ID=${{secrets.AWS_ACCESS_KEY}} AWS_SECRET_ACCESS_KEY=${{secrets.AWS_SECRET_ACCESS_KEY}} aws ecr get-login-password | docker login --username AWS --password-stdin 949266541515.dkr.ecr.eu-west-1.amazonaws.com/ci-edx-platform
Expand Down

0 comments on commit d96c62e

Please sign in to comment.