Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
17cb12c88c
commit
8b18b717f5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ WORKDIR /home/ansible-dev/
|
||||||
# && rm -rf requirements.yaml
|
# && rm -rf requirements.yaml
|
||||||
|
|
||||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||||
echo ${{ secrets.GITUSER }} ${{ secrets.GITUSERPW }}
|
RUN echo ${{ secrets.GITUSER }} ${{ secrets.GITUSERPW }}
|
||||||
# hadolint ignore=DL3001
|
# hadolint ignore=DL3001
|
||||||
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue