Skip to content

Commit

Permalink
Update .circleci/config.yml. set git config user.email, name
Browse files Browse the repository at this point in the history
  • Loading branch information
kujyp committed Feb 18, 2019
1 parent febd66c commit 8569e1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -22,4 +22,8 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run: yarn run deploy
- run:
command: |
git config --global user.email "swe.jaeyoungpark@gmail.com"
git config --global user.name "kujyp"
yarn run deploy

0 comments on commit 8569e1b

Please sign in to comment.