An error occurred while fetching the assigned milestone of the selected merge_request.
Native Step Runner Integration for Docker Executor
2 unresolved threads
2 unresolved threads
Compare changes
Files
2- Axel von Bertoldi authored
This method extends and will replace StepShim. In addition to the request validation StepShim already did, this method detects if native steps request was request and is supported by the executor, and sets an appropriate ScriptStep. Otherwise it did whatever else StepShim did. I've also ursurped the existing test to test this new method instead of StepShim.
+ 53
− 0
@@ -266,6 +266,7 @@ type StepScript []string
@@ -626,7+627,7 @@
@@ -652,7+653,7 @@