Skip to content

Make possible define environment variables during gitlab-runner registration

Matheus Nunes requested to merge (removed):master into master

When running gitlab-runner by hand is possible to pass a configuration file, this file can define environments variables that will be exposed in jobs execution context. Make possible this variables also be defined during in the registration phase of the runner.

Merge request reports