CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ echo -e ${GREEN}Start session...${RESET}
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $PWD:/ansible-homeserver \
|
-v $PWD:/ansible-homeserver \
|
||||||
-w /ansible-homeserver ${IMAGE} \
|
-w /ansible-homeserver ${IMAGE} \
|
||||||
/bin/bash echo Branch: $(git rev-parse --abbrev-ref HEAD) && git config --global --add safe.directory /ansible-homeserver && /bin/bash
|
echo Branch: $(git rev-parse --abbrev-ref HEAD) && git config --global --add safe.directory /ansible-homeserver && /bin/bash
|
||||||
|
|
||||||
# todo shellcheck
|
# todo shellcheck
|
||||||
|
|
Loading…
Reference in a new issue