Make sure git config works for generated app

trunk
Matt Brictson 4 years ago
parent cec372b2f8
commit f2fdf26ed6
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF

@ -39,8 +39,8 @@ jobs:
- run: - run:
name: Configure git name: Configure git
command: | command: |
git config --local user.name "Circle CI" git config --global user.name "Circle CI"
git config --local user.email ci@example.com git config --global user.email ci@example.com
- run: - run:
name: Generate app from template name: Generate app from template
command: | command: |

Loading…
Cancel
Save