Skip to content

Commit

Permalink
fix(circle): adds git config
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 committed Jan 15, 2018
1 parent 228fe69 commit 258cb0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Dan Caddigan"
- run:
name: dependencies
command: yarn
Expand Down

0 comments on commit 258cb0b

Please sign in to comment.