Explorar el Código

Make portability tests pull Docker images from Dockerhub

Matt Kwong hace 8 años
padre
commit
70e353bf28
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tools/internal_ci/linux/grpc_portability_build_only.sh

+ 3 - 0
tools/internal_ci/linux/grpc_portability_build_only.sh

@@ -35,4 +35,7 @@ cd $(dirname $0)/../../..
 
 git submodule update --init
 
+# download docker images from dockerhub
+export DOCKERHUB_ORGANIZATION=grpctesting
+
 tools/jenkins/run_jenkins_matrix.sh -f portability linux --build_only