mirror of
https://github.com/actions/runner.git
synced 2025-12-16 06:57:25 +00:00
Removed recently added method to inspect docker logs
The method was doing the same thing as the existing DockerLogs method.
This commit is contained in:
@@ -430,7 +430,7 @@ namespace GitHub.Runner.Worker
|
||||
else
|
||||
{
|
||||
executionContext.Output($"##[group] Container {container.ContainerImage} failed healthchecks, printing logs:");
|
||||
await _dockerManager.DockerInspectLogs(context: executionContext, dockerContainerId: container.ContainerId);
|
||||
await _dockerManager.DockerLogs(context: executionContext, containerId: container.ContainerId);
|
||||
executionContext.Output("##[endgroup]");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user