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

Issue in the bug minimizer code with the call to git push --delete. #284

Open
Zimmi48 opened this issue May 25, 2023 · 0 comments
Open

Issue in the bug minimizer code with the call to git push --delete. #284

Zimmi48 opened this issue May 25, 2023 · 0 comments

Comments

@Zimmi48
Copy link
Member

Zimmi48 commented May 25, 2023

There is no call to init_git_bare_repository in the code leading to:

(f "git push https://%s:%s@github.com/%s.git --delete '%s'"

So this can fail with the following error:

Executing command: git push https://coqbot:XXXXX@github.com/coq-community/run-coq-bug-minimizer.git --delete 'run-coq-bug-minimizer-38260329803'
Making get request to https://api.github.com/app/installations
fatal: not a git repository (or any of the parent directories): .git
Error: Command "git push https://coqbot:XXXXX@github.com/coq-community/run-coq-bug-minimizer.git --delete 'run-coq-bug-minimizer-38260329803'" exited with status 128\n

This certainly explains why there are hundreds of branches accumulating on the run-coq-bug-mininizer repository.

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

No branches or pull requests

1 participant