Install for user (not sudo)

This commit is contained in:
Jonatan Castro 2021-01-13 15:43:07 +11:00
parent 2e3d19559c
commit bc979f8a8f

View File

@ -22,7 +22,7 @@ jobs:
name: Check SSL Certificates name: Check SSL Certificates
command: | command: |
.circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000" .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) OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
echo "$OUTPUT" echo "$OUTPUT"
if ! echo "$OUTPUT" | grep "Expired: 0" ; then if ! echo "$OUTPUT" | grep "Expired: 0" ; then