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
Unfortunately, this seems to result in the gitlab-runner installation failing with the following error:
Near line 32 (last key parsed 'runners.docker.services_tmpfs'): expected a top-level item to end with a newline, comment, or EOF, but got ',' instead
The gitlab-runner service consequently can't start up and registration fails.
The issue seems to be that the runners_volumes_tmpfs and runners_services_volumes_tmpfs options attempt to concatenate everything together with commas and this produces an invalid runner config.toml:
Currently on v4.14.1.
I attempted to add multiple tmpfs options with a configuration like the following:
Unfortunately, this seems to result in the
gitlab-runner
installation failing with the following error:The
gitlab-runner
service consequently can't start up and registration fails.The issue seems to be that the
runners_volumes_tmpfs
andrunners_services_volumes_tmpfs
options attempt to concatenate everything together with commas and this produces an invalid runnerconfig.toml
:Versus what we should expect:
The text was updated successfully, but these errors were encountered: