debug: maybe right that time?
Some checks failed
lint, build and push / lint (push) Failing after 4s
lint, build and push / build (push) Failing after 42s

This commit is contained in:
Michael Grote 2024-12-30 20:36:56 +01:00
parent c441b2cd08
commit 80eeb49e5d

View file

@ -46,11 +46,11 @@ USER ansible-dev
WORKDIR /home/ansible-dev/ WORKDIR /home/ansible-dev/
RUN echo $forgejo_user $forgejo_user_pass RUN echo $forgejo_user $forgejo_user_pass
RUN echo https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles RUN echo https://$forgejo_user:$forgejo_user_pass@git.mgrote.net/mg/dotfiles ~/dotfiles
# 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
# hadolint ignore=DL3001,SC1083 # hadolint ignore=DL3001,SC1083
RUN git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles RUN git clone https://$forgejo_user:$forgejo_user_pass@git.mgrote.net/mg/dotfiles ~/dotfiles
COPY --chown=ansible-dev:ansible-dev start_tmux.sh . COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
ENTRYPOINT [] ENTRYPOINT []