CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ docker pull --quiet ${IMAGE}
|
|||
docker run -it \
|
||||
-v $PWD:/ansible-homeserver \
|
||||
-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 && source /usr/lib/git-core/git-sh-prompt && /bin/bash"
|
||||
# explizites sourc notwendig, Pfad kann mit "dpkg-query -L git | grep pro" gefunden werden
|
||||
|
||||
# todo shellcheck
|
||||
|
|
Loading…
Reference in a new issue