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:42:42 +02:00
parent 660aea29e2
commit f21bc488ad

View file

@ -26,6 +26,6 @@ echo -e ${GREEN}Pull image...${RESET}
docker pull --quiet ${IMAGE} docker pull --quiet ${IMAGE}
echo -e ${GREEN}Start session...${RESET} echo -e ${GREEN}Start session...${RESET}
docker run -it -v $PWD:/ansible-homeserver -w /ansible-homeserver ${IMAGE} pwd && git rev-parse --abbrev-ref HEAD && git config --global --add safe.directory /ansible-homeserver docker run -it -v $PWD:/ansible-homeserver -w /ansible-homeserver ${IMAGE} echo Branch: $(git rev-parse --abbrev-ref HEAD) && git config --global --add safe.directory /ansible-homeserver && /bin/bash
# todo shellcheck # todo shellcheck