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