-
Notifications
You must be signed in to change notification settings - Fork 66
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
empty repository - could not fetch repositories: EOF #483
Comments
any updates? |
@ryancurrah This seems to be a bitbucket-server specific problem. I'm not able to repro on other platforms. Are you able to take a look? |
@lindell I could probably take a look at this after I get bitbucketcloud support done(if no one else grabs it), my team has recently been focusing on bitbucket cloud support but we would like to try this out on bitbucket server as well soon. |
Running into the same issue:
The problem is that defining the repo as I think simply skipping any repo's returning a |
Describe the bug
The run command fails if a git repo is empty. Exlcuding the repo does not work.
To Reproduce
Steps to reproduce the behavior:
empty-repo
multi-gitter run "/usr/bin/env bash ~/some_script.sh" --config=./config.yaml -B "feature/XY-123" -t "foo" -O ACME
or also with flag
-s ACME/empty-repo
or also with flag
--repo-exclude "empty-repo"
could not fetch repositories: EOF
Expected behavior
The run command should finish for all non-empty repositories in the organization. Empty repositories could be reported as a warning/error.
Additional context
config.yaml
output
The text was updated successfully, but these errors were encountered: