When the script was running, one of the repos in the list that it tried to push to was archived. That made the whole script stop running with an error. I think this could be fixed by adding some error handling in git-manager.py around the bash commands. We should have it log and print out a list of the repos that failed.
When the script was running, one of the repos in the list that it tried to push to was archived. That made the whole script stop running with an error. I think this could be fixed by adding some error handling in
git-manager.pyaround the bash commands. We should have it log and print out a list of the repos that failed.