Skip to content
Snippets Groups Projects
Commit 14e68e6e authored by Bill Lorensen's avatar Bill Lorensen
Browse files

ENH: Remove mail notification

parent d94de8e8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ echo "0) Can we access the repo?"
ping -c 1 $HOST &> /dev/null
if test "${?}" != 0
then
echo "VTKExamples: $HOST is not accessible. Try again later" | mail -s "SyncSiteWithRepo failed" bill.lorensen@gmail.com
echo "VTKExamples: $HOST is not accessible. Try again later"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment