Origin already exists, oops

This commit is contained in:
Carol (Nichols || Goulding) 2018-03-05 10:00:53 -05:00
parent cef6f8e05a
commit cda85957b9
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ script:
- 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
- git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
- git push -q upstream HEAD:master > /dev/null 2>&1
notifications:
email: