-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
gitea 1.9.0rc - missing binaries on tagged version #7382
Comments
It has not actually been released yet (per error above) |
tag-test failed. |
I tried to reproduce on local machine by |
It should not require others. |
This is the test that fails: gitea/modules/git/repo_test.go Line 15 in edc94c7
It fails specifically by calling this function Line 326 in edc94c7
git for-each-ref --sort=-committerdate refs/heads/ --count 1 --format=%(committerdate)
I've been able to replicate locally:
The last command returns `` which on a standard repo clone, or even a repo that has clone depth 200 it'll return a formatted date. |
Yes, it needs a full clone I think but why it didn't fail before maybe because we changed .drone.yml to new format this release. |
It only failed with this tag because we introduced this test since release of 1.8 with merge of other git repo (now stored at modules/git). I don't think a full clone is needed, only something at |
Ok. I have a solution that I've created a PR. |
* Fetch refs for successful testing for tag Fix go-gitea#7382 * Update .drone.yml
Shouldn't there be some build binaries and changelog on release list?
-> I don't know the whole workflow so I just asked.
drone build failed on
tag-test
https://drone.gitea.io/go-gitea/gitea/10493/1/11The text was updated successfully, but these errors were encountered: