diff --git a/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh b/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh index 4a25c0ca..e314a03d 100644 --- a/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh +++ b/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh @@ -166,7 +166,7 @@ RunConfigApply() exit 1 else # Success - echo "Successfully ran $GHE_APPLY_COMMAND" + echo -e "${NC}${F[B]}Successfully ran $GHE_APPLY_COMMAND${NC}" fi } ################################################################################ diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index 03f02a91..83e97d0f 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -318,7 +318,7 @@ BuildImage() exit 1 else # SUCCESS - echo "Successfully Built image!" + echo -e "${NC}${F[B]}Successfully Built image!${NC}" fi ######################################################## @@ -342,7 +342,7 @@ BuildImage() exit 1 else # SUCCESS - echo "Successfully tagged image!" + echo -e "${NC}${F[B]}Successfully tagged image!${NC}" fi fi } diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index d0948419..7618cf37 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -438,5 +438,5 @@ function BuildFileList() ################ echo "" echo "----------------------------------------------" - echo "Successfully gathered list of files..." + echo -e "${NC}${F[B]}Successfully gathered list of files...${NC}" } diff --git a/lib/worker.sh b/lib/worker.sh index b58324a6..1c11cb4d 100755 --- a/lib/worker.sh +++ b/lib/worker.sh @@ -56,7 +56,7 @@ function LintCodebase() else # Success if [[ "$ACTIONS_RUNNER_DEBUG" == "true" ]]; then - echo "Successfully found binary in system" + echo -e "${NC}${F[B]}Successfully found binary in system${NC}" echo "Location:[$VALIDATE_INSTALL_CMD]" fi fi @@ -195,7 +195,7 @@ function LintCodebase() ########### # Success # ########### - echo " - File:[$FILE_NAME] was linted with [$LINTER_NAME] successfully" + echo -e "${NC}${F[B]} - File:${F[W]}[$FILE_NAME]${F[B]} was linted with ${F[W]}[$LINTER_NAME]${F[B]} successfully${NC}" fi done fi @@ -245,7 +245,7 @@ function TestCodebase() exit 1 else # Success - echo "Successfully found binary in system" + echo -e "${NC}${F[B]}Successfully found binary in system${NC}" echo "Location:[$VALIDATE_INSTALL_CMD]" fi @@ -369,7 +369,7 @@ function TestCodebase() ########### # Success # ########### - echo " - File:[$FILE_NAME] was linted with [$LINTER_NAME] successfully" + echo -e "${NC}${F[B]} - File:${F[W]}[$FILE_NAME]${F[B]} was linted with ${F[W]}[$LINTER_NAME]${F[B]} successfully${NC}" # Increment counter that check was ran ((TESTS_RAN++)) fi @@ -396,7 +396,7 @@ function TestCodebase() ########### # Success # ########### - echo " - File:[$FILE_NAME] failed test case with [$LINTER_NAME] successfully" + echo -e "${NC}${F[B]} - File:${F[W]}[$FILE_NAME]${F[B]} failed test case with ${F[W]}[$LINTER_NAME]${F[B]} successfully${NC}" # Increment counter that check was ran ((TESTS_RAN++)) fi @@ -520,7 +520,7 @@ function LintAnsibleFiles() # Success if [[ "$ACTIONS_RUNNER_DEBUG" == "true" ]]; then # Success - echo "Successfully found binary in system" + echo -e "${NC}${F[B]}Successfully found binary in system${NC}" echo "Location:[$VALIDATE_INSTALL_CMD]" fi fi @@ -627,7 +627,7 @@ function LintAnsibleFiles() ########### # Success # ########### - echo " - File:[$FILE_NAME] was linted with [$LINTER_NAME] successfully" + echo -e "${NC}${F[B]} - File:${F[W]}[$FILE_NAME]${F[B]} was linted with ${F[W]}[$LINTER_NAME]${F[B]} successfully${NC}" fi done else # No ansible directory found in path