You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the dev-profiler runs on the bitbucket repos, somehow it doesn't get the whole commit history of the repo and hence, it is not able to get the hunk-info of a pr_head commit.
We don't face the same problem in github because we have made the fetch-depth argument 0 so it takes all the history and find hunk_info and right now, we don't have any way to provide the current barnch path to the dev-profiler in bitbucket.
So decided to skip it as of now.
The error message that git diff command gives in pipeline run: error: "fatal: ambiguous argument '99e106b31a9b': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]
The text was updated successfully, but these errors were encountered:
pr_head
commit.fetch-depth
argument 0 so it takes all the history and find hunk_info and right now, we don't have any way to provide the current barnch path to the dev-profiler in bitbucket.error: "fatal: ambiguous argument '99e106b31a9b': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]
The text was updated successfully, but these errors were encountered: