2018-03-04 21:56:03 +00:00
|
|
|
language: rust
|
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
|
|
|
cache:
|
|
|
|
cargo: true
|
|
|
|
|
|
|
|
script:
|
|
|
|
- cargo run --bin generate_readme
|
2018-03-04 22:14:07 +00:00
|
|
|
- git config user.name "Carol (Nichols || Goulding)"
|
|
|
|
- git config user.email "carol.nichols@gmail.com"
|
2018-03-06 01:05:18 +00:00
|
|
|
- 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
|
2018-03-04 21:56:03 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|
|
|
|
|