summaryrefslogtreecommitdiff
path: root/grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc')
-rw-r--r--grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc b/grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
index cbc3ef2d..995f4856 100644
--- a/grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
+++ b/grpc/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
@@ -17,9 +17,9 @@
# builds. This rc script must be used in the root directory of gRPC
# and is expected to be used before prepare_build_macos_rc
-# Set up gRPC-Go and gRPC-Java to test
-git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
-git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
-git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
-git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
-git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet
+# Clone repositories for languages tested by the interop test suite
+git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go && (cd ../grpc-go; git rev-parse HEAD)
+git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java && (cd ../grpc-java; git rev-parse HEAD)
+git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node && (cd ../grpc-node; git rev-parse HEAD)
+git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart && (cd ../grpc-dart; git rev-parse HEAD)
+git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet && (cd ../grpc-dotnet; git rev-parse HEAD)