We did some nifty git cherry-picking from a reflog on our local git repository and now our build will not run. The message we get is the following:
#!/bin/sh -eo pipefail
# Unexpected exception processing config
# Please contact support
#
# -------
# Warning: This configuration was auto-generated to show you the message above.
# Don't rerun this job. Rerunning will have no effect.
false
Exited with code 1
We are able to re-run older builds before this commit. I should mention that other machines as well as Github are able to handle this repository without issue.