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
68
68
echo -e " \n[Running] Basic test #3 - Testing everything buids"
69
69
if [[ " $MASTER " == " 1" ]]; then
70
70
# 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
78
72
else
79
73
# Only build a subset of docker images for presubmit runs
80
74
docker-compose build commonjs-client closure-client ts-client
You can’t perform that action at this time.
0 commit comments