aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-03-22 15:47:18 -0700
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-03-22 15:47:18 -0700
commit6ee3e6db14747492d72c8e64ee74d5bedfcfe698 (patch)
treef977d691422616ac20a80eb09796bcb7e9bd883c /tools/internal_ci/linux
parent2d9e7f9ebd5f3b271b8abca3b079f3f31988504c (diff)
add fetch
Diffstat (limited to 'tools/internal_ci/linux')
-rwxr-xr-xtools/internal_ci/linux/grpc_android.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/grpc_android.sh b/tools/internal_ci/linux/grpc_android.sh
index 1dd74b43b6..1417b9686a 100755
--- a/tools/internal_ci/linux/grpc_android.sh
+++ b/tools/internal_ci/linux/grpc_android.sh
@@ -23,6 +23,7 @@ git submodule update --init
# TODO(ericgribkoff) Remove when this commit (already in master) is included in
# next protobuf release
cd third_party/protobuf
+git fetch
git cherry-pick 7daa320065f3bea2b54bf983337d1724f153422d -m 1
cd ../../examples/android/helloworld