We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12bcc2 commit 66e3b45Copy full SHA for 66e3b45
CONTRIBUTING.rst
@@ -190,10 +190,8 @@ Running System Tests
190
$ export CLOUDSDK_PYTHON_SITEPACKAGES=1
191
192
# 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
+ $ JSON_CREDENTIALS_FILE="path/to/app_credentials.json"
+ $ gcloud auth activate-service-account --key-file=$JSON_CREDENTIALS_FILE
197
198
# Create the indexes
199
$ gcloud preview datastore create-indexes system_tests/data/ \
0 commit comments