Updated test credentials

This commit is contained in:
Roman Cervantes 2019-05-21 15:28:43 -07:00
parent c207a7c5e7
commit 60b492222c

View file

@ -10,8 +10,8 @@ jobs:
name: "Lint"
command: |
echo "Running linter"
git config --global user.email "romancm@gmail.com"
git config --global user.name "romancm"
git config --global user.email "circleci@gamebrary.com"
git config --global user.name "gamebrary"
yarn lint
workflows:
version: 2