Fail on errors

This commit is contained in:
Jonatan Castro 2020-11-26 17:48:33 +11:00
parent 9882f230b4
commit cbd0e81210

View File

@ -9,7 +9,7 @@ jobs:
- run:
name: Check SSL Certificates
command: |
DATE=`date "+%Y%m%d-%H%M"`
set -e
sudo pip install -r requirements.txt
OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
echo "$OUTPUT"