debug: mode debug
Some checks failed
lint, build and push / lint (push) Failing after 4s
lint, build and push / build (push) Failing after 43s

This commit is contained in:
Michael Grote 2024-12-30 20:25:10 +01:00
parent ab7ab23d2b
commit b29507b10c

View file

@ -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