Config Processing Error
If you encounter the error shown below:
Warning: This configuration was auto-generated to show you the message above.
Don't rerun this job. Rerunning will have no effect.
you have a Config Processing Error
, meaning there was something in your previous .circleci/config.yml
file that caused it to be considered invalid and no workflow was actually run. Re-running the workflow would result in the same message and failure since the config file has not been changed to a valid state. This is why re-running workflows with this type of failure is not an option in CircleCI.
Solution
The best way to fix this error is to edit your config to fix any mistakes within it, commit those changes and trigger another build through a GitHub Pull Request.
Comments
Article is closed for comments.