Skip to content

Commit

Permalink
Merge pull request #129 from CircleCI-Public/git-config
Browse files Browse the repository at this point in the history
Tell git about deploy bot
  • Loading branch information
Zachary Scott authored Sep 25, 2018
2 parents 500afc9 + fbf5d17 commit a60661a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
- TRAVIS: circleci
steps:
- checkout
- run: |
git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
git config --global user.name "$GH_NAME" > /dev/null 2>&1
- run: |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
- run: |
Expand Down Expand Up @@ -175,7 +178,7 @@ workflows:
weekly:
triggers:
- schedule:
cron: "15 1 * * 2"
cron: "15 2 * * 2"
filters:
branches:
only:
Expand Down

0 comments on commit a60661a

Please sign in to comment.