Skip to content
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

Invalid revision range #10

Open
duncte123 opened this issue Dec 10, 2018 · 2 comments
Open

Invalid revision range #10

duncte123 opened this issue Dec 10, 2018 · 2 comments

Comments

@duncte123
Copy link

duncte123 commented Dec 10, 2018

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.

@BreadMoirai
Copy link
Owner

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?

@duncte123
Copy link
Author

Nope, this works fine locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants