-
Notifications
You must be signed in to change notification settings - Fork 34
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
Server crashes when the main branch changes #54
Comments
Hi @carlosjgp,
Based on the subprocess traceback, it tried to fetch changes from Not sure how you changed the main branch to |
I just did that
I just did that and also realised that I had to delete the same entry
running again now... |
It did work this time. Is this something that is worth consider managing better? |
what do you think @domanchi? |
@carlosjgp : it might be possible to pass in the master branch name as a CLI argument, but it seems pretty edge case to me (only speaking from the workflows that I've been exposed to) 🤷 If you think this is a larger issue that's worth the time to address, PRs are definitely welcome! |
We have a case where the developers were using the
dev
branch and the main branch on Github because they were using a Gitflow approachBut now they are doing Continuous Deployment so their main branch has changed to
master
.This has caused the server to crash every time that tries to go through that repository
We use
detect-secrets-server
as a cronjob on Kubernetes using a Persistent volume claim for the folder/repositories/
The text was updated successfully, but these errors were encountered: