From 9625a44636db8b0a7cc2ec3161c72f8483db9914 Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Thu, 26 Nov 2020 18:01:04 +1100 Subject: [PATCH] Remove set-e --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f0abe1..6c7bc70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,6 @@ jobs: - run: name: Check SSL Certificates command: | - set -e - set -x DATE=`date "+%Y%m%d-%H%M"` sudo pip install -r requirements.txt OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)