This commit is contained in:
Michael Grote 2024-07-26 00:47:16 +02:00
parent 3c6c0bc1b1
commit dbf917e695

View file

@ -7,7 +7,6 @@ IMAGE="registry.mgrote.net/ansible-devspace:latest"
RESET='\033[0m'
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
echo -e "${GREEN}Run checks...${RESET}"
@ -24,7 +23,7 @@ fi
docker pull ${IMAGE}
docker run -it \
-v $PWD:/ansible-homeserver \
-v "$PWD:/ansible-homeserver" \
-w /ansible-homeserver ${IMAGE} \
/bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash"