Skip to content

Commit

Permalink
fix: Copy POR files (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner authored Nov 20, 2023
1 parent 3f7b5b0 commit 58b79f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core.image+upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:

- name: Replace symlink with real files
run: |
rm -f ./core/por/job.errors.ts ./core/por/job.types.ts ./core/por/reducer.ts
cp ./fetcher/src/job/job.errors.ts ./core/por/job.errors.ts
cp ./fetcher/src/job/job.types.ts ./core/por/job.types.ts
cp ./fetcher/src/job/job.reducer.ts ./core/por/reducer.ts
rm -f ./core/src/por/job.errors.ts ./core/src/por/job.types.ts ./core/src/por/reducer.ts
cp ./fetcher/src/job/job.errors.ts ./core/src/por/job.errors.ts
cp ./fetcher/src/job/job.types.ts ./core/src/por/job.types.ts
cp ./fetcher/src/job/job.reducer.ts ./core/src/por/reducer.ts
- name: Docker build orakl-core
run: docker-compose -f core/docker-compose.build.yaml build
Expand Down

0 comments on commit 58b79f6

Please sign in to comment.