Remove set-e

This commit is contained in:
Jonatan Castro 2020-11-26 18:01:04 +11:00
parent ddfcd44c4d
commit 9625a44636

View File

@ -9,8 +9,6 @@ jobs:
- run: - run:
name: Check SSL Certificates name: Check SSL Certificates
command: | command: |
set -e
set -x
DATE=`date "+%Y%m%d-%H%M"` DATE=`date "+%Y%m%d-%H%M"`
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)