Native Step Runner Integration for Docker Executor
2 unresolved threads
2 unresolved threads
Compare changes
- Axel von Bertoldi authored
When steps-integration is enabled and this method is operating on the build container, use the alternate exec.Docker implementation.
+ 20
− 1
@@ -45,6 +45,7 @@ import (
@@ -728,7 +729,16 @@ func (e *executor) createContainerConfig(
@@ -818,6 +828,15 @@ func (e *executor) createHostConfig() (*container.HostConfig, error) {