syntax?
Some checks failed
lint, build and push / lint (push) Successful in 3s
lint, build and push / build (push) Failing after 43s

This commit is contained in:
Michael Grote 2024-12-30 20:15:42 +01:00
parent 127c677e23
commit 4fb8a8e89c

View file

@ -48,7 +48,7 @@ WORKDIR /home/ansible-dev/
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
# hadolint ignore=DL3001,SC1083
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
&& git clone https://${{secrets.GITUSER}}:${{secrets.GITUSERPW}}@git.mgrote.net/mg/dotfiles ~/dotfiles \
&& git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles \
&& ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \
&& ln -s ~/dotfiles/.gitconfig ~/.gitconfig \
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \