Not having anything to commit isn't an error

This commit is contained in:
Carol (Nichols || Goulding) 2018-03-05 20:05:18 -05:00
parent 56d7cdcfb1
commit 548bdc2c5e
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 1 additions and 3 deletions

View File

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