Skip to content

Commit

Permalink
Merge pull request #2 from climatepolicyradar/fix/disable-ecr-CI
Browse files Browse the repository at this point in the history
disable ECR CI
  • Loading branch information
kdutia authored Jun 18, 2024
2 parents b091987 + e039427 commit 83d680e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,4 @@ jobs:
make build
- name: Run Unit Tests
run: make test

- name: Run Integration Tests
run: echo TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Push Images to ECR
run: |
.github/retag-and-push.sh navigator-embeddings-generation latest
env:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: make test
40 changes: 0 additions & 40 deletions .github/workflows/semver.yml

This file was deleted.

0 comments on commit 83d680e

Please sign in to comment.