From bc979f8a8fd03dfb5bb56cdd90d8b0bee72dc755 Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Wed, 13 Jan 2021 15:43:07 +1100 Subject: [PATCH] Install for user (not sudo) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb7a63b..9547973 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: name: Check SSL Certificates command: | .circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000" - sudo pip install -r requirements.txt + pip install -r requirements.txt OUTPUT=$(./ssl_checker.py -f ./hosts_to_check) echo "$OUTPUT" if ! echo "$OUTPUT" | grep "Expired: 0" ; then