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

Commit

Permalink
fix: git config
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Mar 19, 2019
1 parent 343dd00 commit 7b4a68c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- attach_workspace:
at: ~/repo
- run: rm -rf examples
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Your Name"
- run: git add .
- run: git commit -m --no-verify
- run:
Expand Down

0 comments on commit 7b4a68c

Please sign in to comment.