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
For others having issues I have found the following to work (Still using puppet/gitlab 2.1.0) in hiera.
gitlab_ci_runners_defaults:
tag-list: 'executor-docker'
run-untagged=true: ' '
....blah blah blah.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Hiera data for a node:
What are you seeing
The
--run-untaggedoption is passed togitlab-runner registerwith a value oftrueWhat behaviour did you expect instead
The
--run-untaggedoption should be passed without a value as it does not take one.Suggestion
Perhaps a set of boolean flags could be passed in a specifically named key in the config hash such as
boolean_flagsThe text was updated successfully, but these errors were encountered: