aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/macos/grpc_master.sh
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-06 19:36:35 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-06 19:36:35 -0700
commitc7586a5d32cd07b0151df020e8982f127514b496 (patch)
tree2ca83e5e2a77df411204a1f1ef775cc90bb95c1e /tools/internal_ci/macos/grpc_master.sh
parent2b96949d3d07f5a3a4c3fb5be7f597da63a28c13 (diff)
parentde15a40fc3c7d1cac320ed19d27a3378e5be7c4f (diff)
Merge branch 'master' of https://github.com/grpc/grpc into faster-bm-diff
Diffstat (limited to 'tools/internal_ci/macos/grpc_master.sh')
-rwxr-xr-xtools/internal_ci/macos/grpc_master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/macos/grpc_master.sh b/tools/internal_ci/macos/grpc_master.sh
index 4ce1af73a5..4eeac4e1e6 100755
--- a/tools/internal_ci/macos/grpc_master.sh
+++ b/tools/internal_ci/macos/grpc_master.sh
@@ -33,7 +33,7 @@ set -ex
# change to grpc repo root
cd $(dirname $0)/../../..
-git submodule update --init
+source tools/internal_ci/helper_scripts/prepare_build_macos_rc
tools/run_tests/run_tests_matrix.py -f basictests macos --internal_ci || FAILED="true"