Auto commit changes to the README

Let's see if this infinite loops or not...
This commit is contained in:
Carol (Nichols || Goulding) 2018-03-04 17:14:07 -05:00
parent bcba928f17
commit cef6f8e05a
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ cache:
script:
- cargo run --bin generate_readme
- git diff
- git config user.name "Carol (Nichols || Goulding)"
- git config user.email "carol.nichols@gmail.com"
- git commit -a "Regenerate README"
- git remote add origin "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
- git push -q origin HEAD:master > /dev/null 2>&1
notifications:
email: