fix secret format
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
bea352dcca
commit
02809015b2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ RUN ansible-galaxy install -r requirements.yaml \
|
|||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||
# hadolint ignore=DL3001
|
||||
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
||||
&& git clone https://"$GITUSER":"$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 \
|
||||
|
|
Loading…
Reference in a new issue