CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ docker pull ${IMAGE}
|
||||||
|
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v "$PWD:/ansible-homeserver" \
|
-v "$PWD:/ansible-homeserver" \
|
||||||
-v "~/.git-credentials:/root/.git-credentials" \
|
-v "$HOME/.git-credentials:/root/.git-credentials" \ #credential reinmountern prufen
|
||||||
-w /ansible-homeserver ${IMAGE}
|
-w /ansible-homeserver ${IMAGE}
|
||||||
|
|
Loading…
Reference in a new issue