Skip to content

Commit

Permalink
Use local git config vs. global
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Maniewski committed Sep 26, 2018
1 parent 59f8260 commit e986ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "yarn.lock" }}
- run: git config --global user.email "github@colony.io"
- run: git config --global user.name "Colony Superuser"
- run: git config user.email "github@colony.io"
- run: git config user.name "Colony Superuser"
- run: yarn deploy:styleguide

workflows:
Expand Down

0 comments on commit e986ec8

Please sign in to comment.