Remove set-e
This commit is contained in:
parent
ddfcd44c4d
commit
9625a44636
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user