Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(circleci): add git configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 6, 2019
1 parent 81da414 commit ee481be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- add_ssh_keys:
fingerprints:
- '01:b8:2a:9f:35:20:b6:c0:bf:1f:16:0a:61:8d:7c:03'
- run:
name: Configure git
command: |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
git config --global user.email "xeroxinteractive-circleci@xerox.com"
git config --global user.name "CircleCI"
- run:
name: Deploy package to npm
command: yarn deploy
Expand Down

0 comments on commit ee481be

Please sign in to comment.