Auto commit changes to the README
Let's see if this infinite loops or not...
This commit is contained in:
parent
bcba928f17
commit
cef6f8e05a
|
@ -9,7 +9,11 @@ cache:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo run --bin generate_readme
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue