Fix Printing of Banner

This commit is contained in:
Mitchell Krog 2019-06-24 12:12:37 +02:00
parent 9698b6da9c
commit 978af280ce
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -431,15 +431,14 @@ IFS=""
printf "\n"
echo "${bold}${green}Tests Completed"
printf "\n"
echo "${bold}${cyan}All Tests Passed"
printf "\n"
echo "${bold}${magenta}Now Test Whitelisting and then Release a new build"
printf "\n\n"
${bold}${yellow};cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt;
echo "${bold}${cyan}Tests Completed"
echo "${bold}${gren}All Tests Passed"
echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build"
printf "\n"
${bold}${yellow}
cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt
${defaultcolor}
# **********************
# Exit With Error Number