Skip to content

Commit 22557e7

Browse files
committed
Dockerfile: Configure cloned folder as safe dir to enable coveralls report
1 parent ef1375a commit 22557e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ ARG VIMWIKI_VERSION
9696
RUN git clone --depth 1 --recurse-submodules --shallow-submodules \
9797
--branch $VIMWIKI_VERSION https://github.com/vimwiki/vimwiki /root/.vim/bundle/vimwiki
9898

99+
# Fixes coveralls reporting
100+
RUN git config --global --add safe.directory /root/.vim/bundle/taskwiki
101+
99102
WORKDIR /root/.vim/bundle/taskwiki

0 commit comments

Comments
 (0)