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

This commit is contained in:
Michael Grote 2024-07-25 23:50:07 +02:00
parent 76faa81d16
commit 2f73d17ae0

View file

@ -28,6 +28,6 @@ echo -e "${GREEN}Start session...${RESET}"
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 "echo Branch: \$(git rev-parse --abbrev-ref HEAD) && git config --global --add safe.directory /ansible-homeserver && /bin/bash" /bin/bash -c "git config --global --add safe.directory /ansible-homeserver && echo Branch: \$(git rev-parse --abbrev-ref HEAD) && /bin/bash"
# todo shellcheck # todo shellcheck