mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
Dockerfile: Configure cloned folder as safe dir to enable coveralls report
This commit is contained in:
parent
ef1375af02
commit
22557e7d42
1 changed files with 3 additions and 0 deletions
|
@ -96,4 +96,7 @@ ARG VIMWIKI_VERSION
|
|||
RUN git clone --depth 1 --recurse-submodules --shallow-submodules \
|
||||
--branch $VIMWIKI_VERSION https://github.com/vimwiki/vimwiki /root/.vim/bundle/vimwiki
|
||||
|
||||
# Fixes coveralls reporting
|
||||
RUN git config --global --add safe.directory /root/.vim/bundle/taskwiki
|
||||
|
||||
WORKDIR /root/.vim/bundle/taskwiki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue