This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ builddeploy_steps: &builddeploy_steps
28
28
- setup_remote_docker
29
29
- run : *install_dependency
30
30
- run : *install_deploysuite
31
- - restore_cache : *restore_cache_settings_for_build
31
+ # - restore_cache: *restore_cache_settings_for_build
32
32
- run : ./build.sh ${APPNAME}
33
- - save_cache : *save_cache_settings
33
+ # - save_cache: *save_cache_settings
34
34
- deploy :
35
35
name : Running MasterScript.
36
36
command : |
@@ -77,4 +77,4 @@ workflows:
77
77
context : org-global
78
78
filters :
79
79
branches :
80
- only : master
80
+ only : master
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ npm run lint:fix # To fix possible lint errors
85
85
npm start
86
86
```
87
87
88
+
88
89
## Testing
89
90
- Run ` npm run test ` to execute unit tests.
90
91
- RUN ` npm run e2e ` to execute e2e tests.
@@ -98,4 +99,3 @@ Refer to the verification document `Verification.md`
98
99
- usually, we should use TC bus API (POST /v5/bus/events) to send new messages for SubmissionProcessorService.processSubmission,
99
100
but recently some TC dev API is not available, and the bus API fails with ` 504 temporarily unavailable error ` when
100
101
posting to topic ` or.action.review ` , so instead, this processor uses a Kafka producer to send new messages
101
-
You can’t perform that action at this time.
0 commit comments