From b29507b10c5c6afe5aeb91cf326408a81ca08ced Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 30 Dec 2024 20:25:10 +0100 Subject: [PATCH] debug: mode debug --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3632a80..103114b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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