CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ IMAGE="registry.mgrote.net/ansible-devspace:latest"
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
YELLOW='\033[0;33m'
|
|
||||||
|
|
||||||
echo -e "${GREEN}Run checks...${RESET}"
|
echo -e "${GREEN}Run checks...${RESET}"
|
||||||
|
|
||||||
|
@ -24,7 +23,7 @@ fi
|
||||||
docker pull ${IMAGE}
|
docker pull ${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 && /bin/bash"
|
/bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue