blob: e87732248e759cddb3109e2b1d05c1e534cd04cf [file] [log] [blame]
#=================
# Setup git to access working directory across docker boundary
RUN git config --global --add safe.directory /var/local/jenkins/grpc
RUN git config --global protocol.file.allow always