CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ if ! [ -f "./id_ed25519" ]; then
|
||||||
echo -e "${RED}SSH-Private-Key is missing!${RESET}"
|
echo -e "${RED}SSH-Private-Key is missing!${RESET}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
if ! [ -f "~/.git-credentials" ]; then
|
||||||
|
echo -e "${RED}~/.git-credentials not Found!${RESET}"
|
||||||
|
fi
|
||||||
|
|
||||||
docker pull ${IMAGE}
|
docker pull ${IMAGE}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue