Skip to content

Add process to select desired runner version, or default to latest nightly build

James Davis requested to merge jsdavis-task7-select-runner-version into develop

Create process to download appropriate version of Gitlab runner and run it within a container.

User can specify which version using export RUNNER_VERSION="<version number>" in project root. If RUNNER_VERSION is blank, ie. export RUNNER_VERSION="", the latest nightly build will be defaulted to.

This process can be run using the command make runner-env-startup in the project root. It will automatically run the runner, which can be exited by pressing Ctrl+C.

Merge request reports