-
Notifications
You must be signed in to change notification settings - Fork 4
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
Revparsing stopped working #14
Comments
I'm trying to understand what happens in https://github.com/Holdapp/bitrise-step-jira-build/blob/master/service/git.go, but I think neither my git nor go fu is good enough. |
I have the same problem right now. Did you find a solution? |
Nope, I haven't. We'll try out https://github.com/maqoo/bitrise-step-jira-issue-field-update as an alternative next week. The shell script isn't great, but at least I can easily run it locally. |
The alternative didn't work either. We've given up on this, since our QA process no longer needs this step. Since others seem to have the same issue, I'll leave this open. Maybe just as a warning to not use this step 🤷 |
Thanks for the reply. I found a workaround with other build steps in the meantime. If anybody is interested:
|
Hi! Thanks for the nice little project. It worked well for us for some months, using version/branch 0.2.2, but then stopped working a few weeks ago. We haven't yet been able to figure out what might've broke it. The last good build had output look this:
Since it stopped working, the output is like this:
Both those commit hashes, ba8581435d2a03cad37b27d1b60363e776842206 and 03cbfc72b49de5ccc4c4d90815b9d19b35ca5f33 exist in the repo, both look like merge commits created by GitLab.
30f9f037de16f4b51606083685bfc0ebf0570229 also exists, its a commit created by Bitrise.
Other builds output a little less, but also the revparse error:
Again 6592424107cef7443785562a308e7f73a65d2c8b is a commit that exists in the repo.
I don't see anything special or problematic with those commits. Would you have any idea what could be causing the error?
The text was updated successfully, but these errors were encountered: