From ac87acef3d6acd74c5261b8936ae495d2a0f102e Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 4 May 2021 11:10:52 +0200 Subject: [PATCH] Removes old code induced because of the rebase --- pkg/runner/run_context.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index 6e43fb255e3..36f27483947 100755 --- a/pkg/runner/run_context.go +++ b/pkg/runner/run_context.go @@ -169,6 +169,7 @@ func (rc *RunContext) startJobContainer() common.Executor { envList = append(envList, fmt.Sprintf("%s=%s", "RUNNER_TEMP", "/tmp")) binds, mounts := rc.GetBindsAndMounts() + // add service containers for name, spec := range rc.Run.Job().Services { mergedEnv := envList