ff
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-25 23:56:10 +02:00
parent 80f22f4268
commit 6142ba8948

View file

@ -26,7 +26,7 @@ docker pull --quiet ${IMAGE}
docker run -it \ docker run -it \
-v $PWD:/ansible-homeserver \ -v $PWD:/ansible-homeserver \
-w /ansible-homeserver ${IMAGE} \ -w /ansible-homeserver ${IMAGE} \
/bin/bash -c "git config --global --add safe.directory /ansible-homeserver && source /usr/lib/git-core/git-sh-prompt && /bin/bash" /bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash && source /usr/lib/git-core/git-sh-prompt "
# explizites sourc notwendig, Pfad kann mit "dpkg-query -L git | grep pro" gefunden werden # explizites sourc notwendig, Pfad kann mit "dpkg-query -L git | grep pro" gefunden werden
# todo shellcheck # todo shellcheck