We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180d393 commit 3f5f76fCopy full SHA for 3f5f76f
functions/ocr/app/ci-setup.json
@@ -1,6 +1,9 @@
1
{
2
"env": {
3
"FUNCTIONS_BUCKET": "$PROJECT_ID",
4
- "RESULTS_BUCKET": "$PROJECT_ID"
+ "RESULTS_BUCKET": "$PROJECT_ID",
5
+ "TRANSLATE_TOPIC": "integration-tests-instance",
6
+ "RESULT_TOPIC": "integration-tests-instance",
7
+ "TO_LANG": "en,es"
8
}
9
0 commit comments