Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 62aee41

Browse files
Merge branch 'develop' of github.com:topcoder-platform/or-review-processor into develop
2 parents 9191bd6 + 7a0bdde commit 62aee41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ builddeploy_steps: &builddeploy_steps
2828
- setup_remote_docker
2929
- run: *install_dependency
3030
- run: *install_deploysuite
31-
- restore_cache: *restore_cache_settings_for_build
31+
# - restore_cache: *restore_cache_settings_for_build
3232
- run: ./build.sh ${APPNAME}
33-
- save_cache: *save_cache_settings
33+
# - save_cache: *save_cache_settings
3434
- deploy:
3535
name: Running MasterScript.
3636
command: |
@@ -77,4 +77,4 @@ workflows:
7777
context : org-global
7878
filters:
7979
branches:
80-
only: master
80+
only: master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ npm run lint:fix # To fix possible lint errors
8585
npm start
8686
```
8787

88+
8889
## Testing
8990
- Run `npm run test` to execute unit tests.
9091
- RUN `npm run e2e` to execute e2e tests.
@@ -98,4 +99,3 @@ Refer to the verification document `Verification.md`
9899
- usually, we should use TC bus API (POST /v5/bus/events) to send new messages for SubmissionProcessorService.processSubmission,
99100
but recently some TC dev API is not available, and the bus API fails with `504 temporarily unavailable error` when
100101
posting to topic `or.action.review`, so instead, this processor uses a Kafka producer to send new messages
101-

0 commit comments

Comments
 (0)