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
The builds_dir setting in config.toml should be in the [[runners]] section and properly indented in order to be correctly used by the gitlab-runner process.
E.G.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Add the
gitlab_ci_runner
class to your code specifying thebuilds_dir
parameter, e.g.What are you seeing
The builds_dir path is appended to config.toml outside of the
[[runners]]
section and is ignored:What behaviour did you expect instead
The
builds_dir
setting in config.toml should be in the[[runners]]
section and properly indented in order to be correctly used by the gitlab-runner process.E.G.
Any additional information you'd like to impart
The simple workaround for this is to add a
'builds_dir'
key to therunners
hash, specifying the value, e.g.The text was updated successfully, but these errors were encountered: