File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,7 @@ docker-compose down
6868echo -e " \n[Running] Basic test #3 - Testing everything buids"
6969if [[ " $MASTER " == " 1" ]]; then
7070 # Build all for continuous_integration
71- # docker-compose build
72-
73- # Temporary fix `protoc-plugin` build failure (introduced in
74- # https://github.com/grpc/grpc-web/pull/1445) by building
75- # everything but it.
76- # TODO: Revert to building all targets.
77- docker-compose build prereqs echo-server node-server node-interop-server envoy grpcwebproxy commonjs-client closure-client ts-client binary-client interop-client jsunit-test
71+ docker-compose build
7872else
7973 # Only build a subset of docker images for presubmit runs
8074 docker-compose build commonjs-client closure-client ts-client
You can’t perform that action at this time.
0 commit comments