Closed outcoldman closed 9 years ago
@outcoldman merged. but just to be clear. I have not faced such an issue.
@outcoldman could however be related to a newer version or something
@sameersbn I just checked with the history of https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/commands/register.go - I believe that without this flag register
command never worked. Maybe you actually never used it? I mean maybe you had your own config every time when you started this image?
This is the line which is getting affected by this setting https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/commands/register.go#L31
When 'non-interactive' is not specified gitlab-ci-multi-runner will ask for the all parameters anyway.
As a workaround REGISTER_NON_INTERACTIVE env-var can be used.