-
Notifications
You must be signed in to change notification settings - Fork 35
CI release has failed #512
Comments
This one seems to be related to #395.
|
I'm not sure why it is failing. I restarted the build and it failed with:
However "git log --pretty=%ad --date=iso v0.9.115 -n 1" command works for me on clean checkout. Is Travis CI healthy? It looks like it does not see the tag but the tag does exist. Can you take a look at it? I should have some time middle next week to look into this. BTW. I created new ticket #513 to help debugging CI release failures. |
Yes, I will have a look at it. |
Luckily, I was able to reproduce it locally. |
Travis uses |
I'd suggest to go for a "git pull" right before the git push. It looks like this will solve most of our problems with pr's being merged right after each other. Any concerns about this solution? |
Thanks for investigating. Looking at it right now. |
Our git unshallow task also needs to specify '--tags'. Otherwise we don't fetch the latest tag needed for release generation. See #512
Our git unshallow task also needs to specify '--tags'. Otherwise we don't fetch the latest tag needed for release generation. See #512
This should fix the problem: #515 |
Our git unshallow task also needs to specify '--tags'. Otherwise we don't fetch the latest tag needed for release generation. See #512
It seems that the CI job has failed: https://travis-ci.org/mockito/shipkit/builds/288214545
The text was updated successfully, but these errors were encountered: