Cleanup Testing Template

This commit is contained in:
Mitchell Krog 2019-06-24 14:29:43 +02:00
parent b3ff071fa4
commit 9be840b3d6
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
4 changed files with 6 additions and 24 deletions

View file

@ -46,9 +46,9 @@ echo "${bold}${green}---------------"
printf "\n\n"
sudo nginx -t && sudo nginx -s reload
echo "${bold}${yellow}--------------------------------------------------------------------"
echo "${bold}${yellow}Sleeping for 30 seconds to allow Nginx Properly Reload inside Travis"
echo "${bold}${yellow}--------------------------------------------------------------------"
echo "${bold}${yellow}-----------------------------------------------------------------------"
echo "${bold}${yellow}Sleeping for 30 seconds to allow Nginx to Properly Reload inside Travis"
echo "${bold}${yellow}-----------------------------------------------------------------------"
printf "\n\n"
sleep 30s