Skip to content

Commit dc85e41

Browse files
authored
chore: update system.sh with firestore creds.json path (#15599)
This is a blocker for the migration of firestore to this repo. Firestore needs access to a project that has firestore native DBs, which precise-truck-742 does not explicitly have. Fixes failing tests in #15590 🦕
1 parent 2c417c0 commit dc85e41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/system.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ set -eo pipefail
2121
# Disable buffering, so that the logs stream through.
2222
export PYTHONUNBUFFERED=1
2323

24+
# Setup firestore account credentials
25+
export FIRESTORE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/firebase-credentials.json
26+
2427
# Setup service account credentials.
2528
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
2629

0 commit comments

Comments
 (0)