An error occurred while fetching the assigned milestone of the selected merge_request.
Native Step Runner Integration for Docker Executor
Compare changes
Files
2- Axel von Bertoldi authored
This function just transforms a Build into a RunRequest. Things to note: - This is where we stop the STEPS job variable. - The WorkDir and BuildDir are currently the same. We will consolidate the in the future according to step-runner!113 (comment 2146733345) - Env is superfluous and will be removed in the future. - Steps, (int the Build.Run field) come form GitLab in json format, but step-runner currently expects them in yaml, so we have to make the conversion here. We also add the empty step-spec preamble. Note that this will likely also change in the future when we compile steps before sending them to the step-runner.
steps/steps.go
0 → 100644
+ 65
− 0