We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1375a commit 22557e7Copy full SHA for 22557e7
Dockerfile
@@ -96,4 +96,7 @@ ARG VIMWIKI_VERSION
96
RUN git clone --depth 1 --recurse-submodules --shallow-submodules \
97
--branch $VIMWIKI_VERSION https://github.com/vimwiki/vimwiki /root/.vim/bundle/vimwiki
98
99
+# Fixes coveralls reporting
100
+RUN git config --global --add safe.directory /root/.vim/bundle/taskwiki
101
+
102
WORKDIR /root/.vim/bundle/taskwiki
0 commit comments