We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for some reason I've hit a docker issue with DNS lookups.. so I need to add:
extra_hosts = ["mygiturl:mygithostip"] - to config.toml - under runners.docker.
The module does not support this currently.. and does not handle if config.toml file is missing :(
Any plans for supporting setting such settings on runner setup ?
The text was updated successfully, but these errors were encountered:
Yes, why not. Are you willing to create a PR?
Sorry, something went wrong.
currently you're using fileline to change that file.. whats the reason for not controlling the entire file?
and yes - I'll gladly do a PR.. if we agree on how best to solve it :)
Functionality for gitlab runner is being moved into its own module at https://github.com/voxpupuli/puppet-gitlab_ci_runner
No branches or pull requests
for some reason I've hit a docker issue with DNS lookups.. so I need to add:
extra_hosts = ["mygiturl:mygithostip"] - to config.toml - under runners.docker.
The module does not support this currently.. and does not handle if config.toml file is missing :(
Any plans for supporting setting such settings on runner setup ?
The text was updated successfully, but these errors were encountered: