github-release-gradle-plugin icon indicating copy to clipboard operation
github-release-gradle-plugin copied to clipboard

Invalid revision range

Open duncte123 opened this issue 6 years ago • 2 comments

While building via Travis, this error occurred:

Execution failed for task ':githubRelease'.
> Unexpected exit value: 128, allowed exit values: [0], executed command [git, rev-list, --format=oneline, --abbrev-commit, --max-count=50, 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD, --], output was 77 bytes:
  fatal: Invalid revision range 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD

I am defaulting the body.

duncte123 avatar Dec 10 '18 11:12 duncte123

Does that same command

git rev-list --format=oneline --abbrev-commit --max-count=50 3a44b8881850fdeeb51adb03fea2a235613e07e2..HEAD --

exhibit the same behavior on a local version of your github repository?

BreadMoirai avatar Dec 11 '18 09:12 BreadMoirai

Nope, this works fine locally

duncte123 avatar Dec 11 '18 09:12 duncte123