Not having anything to commit isn't an error
This commit is contained in:
parent
56d7cdcfb1
commit
548bdc2c5e
|
@ -11,9 +11,7 @@ script:
|
||||||
- cargo run --bin generate_readme
|
- cargo run --bin generate_readme
|
||||||
- git config user.name "Carol (Nichols || Goulding)"
|
- git config user.name "Carol (Nichols || Goulding)"
|
||||||
- git config user.email "carol.nichols@gmail.com"
|
- git config user.email "carol.nichols@gmail.com"
|
||||||
- git commit -am "Regenerate README"
|
- 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
|
||||||
- git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
|
|
||||||
- git push -q upstream HEAD:master > /dev/null 2>&1
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue