CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ IMAGE="registry.mgrote.net/ansible-devspace:latest"
|
||||||
|
|
||||||
# Farben
|
# Farben
|
||||||
# https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux
|
# https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux
|
||||||
|
# todo farben kaputt
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
|
@ -11,6 +12,7 @@ Yellow='\033[0;33m'
|
||||||
|
|
||||||
echo ${GREEN}Run checks...${RESET}
|
echo ${GREEN}Run checks...${RESET}
|
||||||
|
|
||||||
|
# TODO ghier noch check output mit haken dran in grün
|
||||||
if ! [ -f "./vault-pass" ]; then
|
if ! [ -f "./vault-pass" ]; then
|
||||||
echo "${RED}Vault-Pass File is missing!${RESET}"
|
echo "${RED}Vault-Pass File is missing!${RESET}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue