This commit is contained in:
Hillel Coren 2017-10-31 10:51:24 +02:00
parent b810afcf47
commit 40dbec0c97

View File

@ -119,6 +119,7 @@ after_script:
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)
- for i in $FILES; do echo $i; base64 "$i"; break; done
notifications:
email:
on_success: never