From 9c5bddf8b85c36c69190cd43051e604caac03b65 Mon Sep 17 00:00:00 2001 From: Matthew R Becker Date: Thu, 23 Jan 2020 08:09:25 -0600 Subject: [PATCH] not me --- .circleci/config.yml | 4 ++-- cache_app_data.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b007507..85a1e3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: steps: - add_ssh_keys: fingerprints: - - "45:d8:81:51:95:7c:48:0a:7c:61:7b:d8:71:58:03:57" + - "45:d8:81:51:95:7c:48:0a:7c:61:7b:d8:71:58:03:57" - checkout @@ -43,7 +43,7 @@ workflows: - build triggers: - schedule: - cron: "7 * * * *" + cron: "0 * * * *" filters: branches: only: diff --git a/cache_app_data.py b/cache_app_data.py index dd9e18e..ef8f936 100644 --- a/cache_app_data.py +++ b/cache_app_data.py @@ -13,12 +13,12 @@ # run git config subprocess.run( - "git config --global user.email 'becker.mr@gmai.com'", + "git config --global user.email 'circle_worker@email.com'", shell=True, check=True, ) subprocess.run( - "git config --global user.name 'Matthew R Becker'", + "git config --global user.name 'circle worker'", shell=True, check=True, )