Make sure git config works for generated app

trunk
Matt Brictson 3 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:
name: Configure git
command: |
git config --local user.name "Circle CI"
git config --local user.email ci@example.com
git config --global user.name "Circle CI"
git config --global user.email ci@example.com
- run:
name: Generate app from template
command: |

Loading…
Cancel
Save