You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitlab-runner can't start, and i got config.toml parsing error.
gitlab-runner[22542]: #033[31;1mFATAL: Service run failed #033[0;m #033[31;1merror#033[0;m=Near line 2 (last key parsed ''): bare keys cannot contain '('
gitlab-runner.service: Main process exited, code=exited, status=1/FAILURE
gitlab-runner.service: Failed with result 'exit-code'.
Solved for me: Local puppet agent had in config preferred_serialization_format: pson. This is probably incompatible with Deferred, must be json (default option)
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Here is my yaml config.
What are you seeing
gitlab-runner can't start, and i got config.toml parsing error.
The wrong config.toml rendered by puppet.
What behaviour did you expect instead
I expect gitlab-runner config look like this.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: