Remove Banner Printing / Update Quick Test Commenting

This commit is contained in:
Mitchell Krog 2019-06-24 13:01:36 +02:00
parent fa5e6941df
commit 7f6a2a72f2
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
2 changed files with 114 additions and 82 deletions

View file

@ -29,7 +29,6 @@ magenta=$(tput setaf 5)
cyan=$(tput setaf 6)
white=$(tput setaf 7)
defaultcolor=$(tput setaf default)
banner=$(cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt)
# *******************************************
# Set Location of our Curl Test Results Files
@ -436,25 +435,6 @@ 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 << "EOF"
##############################################################################
# _ __ _ #
# / |/ /__ _(_)__ __ __ #
# / / _ `/ / _ \\ \ / #
# /_/|_/\_, /_/_//_/_\_\ #
# __/___/ __ ___ __ ___ __ __ #
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
# #
##############################################################################
EOF
${defaultcolor}
# **********************
# Exit With Error Number
# **********************