CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 2 additions and 0 deletions
|
@ -27,8 +27,10 @@ if ! [[ $(id -u) -eq "1000" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo -e "${GREEN}Pull Image...${RESET}"
|
||||
docker pull ${IMAGE}
|
||||
|
||||
echo -e "${GREEN}Start container...${RESET}"
|
||||
docker run -it \
|
||||
-v "$PWD:/home/ansible-dev/ansible-homeserver" \
|
||||
-v "$HOME/.git-credentials:/home/ansible-dev/.git-credentials" \
|
||||
|
|
Loading…
Reference in a new issue