Force a rebuild of Jenkins docker image.

Needed to pick up a Java dependency change and re-populate the offline
repo.

[skip ci]
This commit is contained in:
Feng Xiao 2016-09-23 16:55:37 -07:00 committed by Bo Yang
parent a41349dd68
commit 8db25a2975

View file

@ -117,7 +117,7 @@ RUN cd /tmp && \
cd protobuf && \
./autogen.sh && \
./configure && \
make -j7 && \
make -j4 && \
cd java && \
$MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
cd ../javanano && \