Fail on errors
This commit is contained in:
parent
9882f230b4
commit
cbd0e81210
@ -9,7 +9,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Check SSL Certificates
|
name: Check SSL Certificates
|
||||||
command: |
|
command: |
|
||||||
DATE=`date "+%Y%m%d-%H%M"`
|
set -e
|
||||||
sudo pip install -r requirements.txt
|
sudo pip install -r requirements.txt
|
||||||
OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
|
OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
|
||||||
echo "$OUTPUT"
|
echo "$OUTPUT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user