Skip to content

Commit 66e3b45

Browse files
committed
Change P12_CREDENTIALS_FILE env name to JSON_CREDENTIALS_FILE.
1 parent c12bcc2 commit 66e3b45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,8 @@ Running System Tests
190190
$ export CLOUDSDK_PYTHON_SITEPACKAGES=1
191191

192192
# Authenticate the gcloud tool with your account.
193-
$ SERVICE_ACCOUNT_EMAIL="some-account@developer.gserviceaccount.com"
194-
$ P12_CREDENTIALS_FILE="path/to/keyfile.p12"
195-
$ gcloud auth activate-service-account $SERVICE_ACCOUNT_EMAIL \
196-
> --key-file=$P12_CREDENTIALS_FILE
193+
$ JSON_CREDENTIALS_FILE="path/to/app_credentials.json"
194+
$ gcloud auth activate-service-account --key-file=$JSON_CREDENTIALS_FILE
197195

198196
# Create the indexes
199197
$ gcloud preview datastore create-indexes system_tests/data/ \

0 commit comments

Comments
 (0)