Fix typo breaking mac to prod

pull/17873/head
Alex Polcyn 6 years ago
parent ab18421ba2
commit 80b873c3be
  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