From a9fa7f83e9564c6a5b8a0f40ee0fa4c141c1f87f Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Thu, 15 Sep 2022 09:31:37 +0200 Subject: [PATCH] Update src/Runner.Worker/ContainerOperationProvider.cs Co-authored-by: Tingluo Huang --- src/Runner.Worker/ContainerOperationProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Runner.Worker/ContainerOperationProvider.cs b/src/Runner.Worker/ContainerOperationProvider.cs index 29ac5177f..8433f59e5 100644 --- a/src/Runner.Worker/ContainerOperationProvider.cs +++ b/src/Runner.Worker/ContainerOperationProvider.cs @@ -89,7 +89,6 @@ namespace GitHub.Runner.Worker executionContext.Output("##[group]Create local container network"); var containerNetwork = $"github_network_{Guid.NewGuid().ToString("N")}"; await CreateContainerNetworkAsync(executionContext, containerNetwork); - executionContext.JobContext.Container["network"] = new StringContextData(containerNetwork); executionContext.Output("##[endgroup]");