From a53dcbfa7223936a608a51533e7c46df6c66f2bf Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Thu, 26 Nov 2020 17:31:41 +1100 Subject: [PATCH] Run with sudo --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e64c3f9..7bc5a02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: command: | DATE=`date "+%Y%m%d-%H%M"` .circleci/slack-message.sh "*Checking SSL Certificates*: Begin" "MASTER" $DATE "#ffff00" - pip install -r requirements.txt + sudo pip install -r requirements.txt ./ssl_checker.py -f /data/hosts_to_check .circleci/slack-message.sh "*Checked SSL Certificates*: Finished :key:" "MASTER" $DATE "#008000" @@ -28,7 +28,7 @@ workflows: sslcheck-on-schedule: triggers: - schedule: - cron: "0 22 * * 1" + cron: "0 22 * * *" filters: branches: only: