debug: mode debug
This commit is contained in:
parent
ab7ab23d2b
commit
b29507b10c
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ USER ansible-dev
|
|||
|
||||
WORKDIR /home/ansible-dev/
|
||||
|
||||
RUN echo ${{ secrets.GITUSER }} ${{ secrets.GITUSERPW }}
|
||||
RUN echo https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||
|
||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||
# hadolint ignore=DL3001,SC1083
|
||||
RUN git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||
|
|
Loading…
Add table
Reference in a new issue