aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins/grpc_interop_php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-12-10 14:04:22 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-12-10 14:04:22 -0800
commit0149cb19f799de61b79bbca25a5e9fdb24b73b25 (patch)
treee8baa017adf0e170795de187f802c6e39fcde9b4 /tools/jenkins/grpc_interop_php
parent3580580367f663c210305c6e5b5fa51f7c724a7d (diff)
attempt to force update to PHP docker image
Diffstat (limited to 'tools/jenkins/grpc_interop_php')
-rw-r--r--tools/jenkins/grpc_interop_php/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/jenkins/grpc_interop_php/Dockerfile b/tools/jenkins/grpc_interop_php/Dockerfile
index 492d20cdb5..078089424b 100644
--- a/tools/jenkins/grpc_interop_php/Dockerfile
+++ b/tools/jenkins/grpc_interop_php/Dockerfile
@@ -100,6 +100,10 @@ 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