Skip to content

Commit 02aebed

Browse files
author
Ace Nassri
authored
Fix DPEBot auto-update failure (GoogleCloudPlatform#1710)
* Add missing env var Change-Id: If6369ef1d528cfc834217deb9b9f02ae17e0f6d8 * Update deps Change-Id: I1778d8f6f1971c8b2a5b8bd83146acee493dd91f
1 parent 558cfa1 commit 02aebed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

functions/ocr/app/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-pubsub==0.35.4
2-
google-cloud-storage==1.10.0
1+
google-cloud-pubsub==0.38.0
2+
google-cloud-storage==1.12.0
33
google-cloud-translate==1.3.1
4-
google-cloud-vision==0.32.0
4+
google-cloud-vision==0.34.0

testing/secrets.tar.enc

0 Bytes
Binary file not shown.

testing/test-env.tmpl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Environment variables for system tests.
22
export GCLOUD_PROJECT=your-project-id
3+
export GCP_PROJECT=$GCLOUD_PROJECT
34
export GOOGLE_CLOUD_PROJECT=$GCLOUD_PROJECT
45
export FIRESTORE_PROJECT=
56

0 commit comments

Comments
 (0)