CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if ! [ -f "$HOME/.git-credentials" ]; then
|
|||
echo -e "${YELLOW}~/.git-credentials not found!${RESET}"
|
||||
fi
|
||||
if ! [[ $(id -u) -eq "1000" ]]; then
|
||||
echo -e "${RED}Wrong UID (!=1000)${RESET}"
|
||||
echo -e "${RED}Wrong UID! (!=1000)${RESET}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue