Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
not me
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 23, 2020
1 parent b3abf19 commit 9c5bddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -43,7 +43,7 @@ workflows:
- build
triggers:
- schedule:
cron: "7 * * * *"
cron: "0 * * * *"
filters:
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions cache_app_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 9c5bddf

Please sign in to comment.