Merge pull request #17873 from apolcyn/fix_again

Fix typo that's breaking mac to prod interop
pull/17885/head
apolcyn 6 years ago committed by GitHub
commit e97ca9e8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/macos/grpc_interop_toprod.sh

@ -31,7 +31,7 @@ export GRPC_DEFAULT_SSL_ROOTS_FILE_PATH="$(pwd)/etc/roots.pem"
# due to different compilation flags
tools/run_tests/run_interop_tests.py -l c++ \
--cloud_to_prod --cloud_to_prod_auth \
--google_default_creds_use_key_file=true \
--google_default_creds_use_key_file \
--prod_servers default gateway_v4 \
--service_account_key_file="${KOKORO_GFILE_DIR}/GrpcTesting-726eb1347f15.json" \
--skip_compute_engine_creds --internal_ci -t -j 4 || FAILED="true"

Loading…
Cancel
Save