Skip to content

Commit

Permalink
Add GDI curations
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 9, 2023
1 parent a585453 commit 09c1ba8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
run: git config --global url.https://github.com/.insteadOf ssh://[email protected]/
- name: Checkout project
uses: actions/checkout@v3
- uses: docker/build-push-action@v5
with:
context: .
push: false
tags: "gdi-ort-image:latest"
- name: Build custom docker image
run: docker build -t gdi-ort-image:latest .
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1
with:
image: gdi-ort-image:latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/oss-review-toolkit/ort:latest

COPY config.yml /home/ort/.ort/config/config.yml

COPY curations.yml /home/ort/.ort/config/curations.yml
COPY gdi_curations.yml /home/ort/gdi/curations.yml
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ort:
- type: DefaultFile
- type: DefaultDir
- type: File
id: SomeCurationsFile
id: gdi_curations
options:
path: '/home/ort/.ort/config/curations.yml'
path: '/home/ort/gdi/curations.yml'
mustExist: true
File renamed without changes.

0 comments on commit 09c1ba8

Please sign in to comment.