Skip to content

Commit

Permalink
fix: circleci git need config. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Jun 5, 2019
1 parent 7247658 commit b17aa2b
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 @@ -52,8 +52,8 @@ jobs: # a collection of steps
name: Install and configure dependencies
command: |
sudo npm install -g --silent gh-pages
git config user.email "[email protected]"
git config user.name "Cyborg Girl"
git config --global user.email "[email protected]"
git config --global user.name "Cyborg Girl"
- add_ssh_keys:
fingerprints:
- "8d:4d:a0:2f:19:d2:d9:8c:ed:83:2c:20:bc:aa:32:f0"
Expand Down

0 comments on commit b17aa2b

Please sign in to comment.