git: configure safe-directory
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-29 15:48:42 +02:00
parent c17e7f71c8
commit c7a5efa87f

View file

@ -47,4 +47,5 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
&& rm ~/.bashrc \ && rm ~/.bashrc \
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall && vim +PluginInstall +qall \
&& git config --global --add safe.directory '*'