Skip to content

Commit 3f5f76f

Browse files
committed
add additional envvars
1 parent 180d393 commit 3f5f76f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

functions/ocr/app/ci-setup.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"env": {
33
"FUNCTIONS_BUCKET": "$PROJECT_ID",
4-
"RESULTS_BUCKET": "$PROJECT_ID"
4+
"RESULTS_BUCKET": "$PROJECT_ID",
5+
"TRANSLATE_TOPIC": "integration-tests-instance",
6+
"RESULT_TOPIC": "integration-tests-instance",
7+
"TO_LANG": "en,es"
58
}
69
}

0 commit comments

Comments
 (0)