This release fixes issues that have been reported with the GitLab provisioner.
It also changes the way that toml files can be used to configure the runner.
Those who require advanced runner configuration via toml file will have to place it somewhere on the guest OS by either baking it into the image or running a preRun
script. Setting the tomlPath
property in your yml file will ignore the other runner config properties (can use placeholders) and pass the toml path to the runner.