-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when pushing tags #279
Comments
The good/bad news is that this is working properly in https://github.com/weecology/livedat using identical code. Possible differences that could result in different behavior:
|
This warning is currently showing up in
But |
This shouldn't make any difference since the functions are accessed using :: namespacing, but this is a difference between the `livedat` repo and the `PortalData` repo so this is an attempt to address #279.
And... I can't migrate this repo to the new Travis system because it's on the old Travis system and the ability to migrate has been pushed back by ~9 months already... |
This was the original method that worked. See if going back to it can address #279.
This was the original method that worked. See if going back to it can address #279.
Fixed in eeba493 by running the git push from the command line using system. With that the build, at least for |
For some reason pushing on travis through git2r is failing idiosyncratically. See also: weecology#279
archive.R
is currently erroring due to a failure bygit2r
to push the tags to the repo. This has the cascading consequence of preventing a new release and archiving to Zenodo. Error:Our current usage follows ropensci/git2r#265, so it's not clear if
git2r
changed or if something else in the transition toarchive.R
broke something.The text was updated successfully, but these errors were encountered: