aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-12-11 14:33:54 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-12-15 12:19:35 -0800
commitc9589daba23b3188ebf8c57fac859eeaf8174ecc (patch)
tree719935786075a1fbbfe1efea37552eaa2c5797be /tools
parent5c8c3e78a5b2cd6fb8504b48bac7b7f030cce787 (diff)
remove dockerfile hack;;
Diffstat (limited to 'tools')
-rw-r--r--tools/jenkins/grpc_interop_php/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/jenkins/grpc_interop_php/Dockerfile b/tools/jenkins/grpc_interop_php/Dockerfile
index 078089424b..492d20cdb5 100644
--- a/tools/jenkins/grpc_interop_php/Dockerfile
+++ b/tools/jenkins/grpc_interop_php/Dockerfile
@@ -100,10 +100,6 @@ RUN /bin/bash -l -c "rvm all do gem install ronn rake"
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer
-# attempt to force a rebuild of the docker image after this point because
-# Protobuf-PHP codegen has been updated
-RUN echo 1
-
# Download the patched PHP protobuf so that PHP gRPC clients can be generated
# from proto3 schemas.
RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php