mirror of
https://github.com/actions/runner.git
synced 2025-12-16 06:57:25 +00:00
v2, including containers
This commit is contained in:
@@ -46,7 +46,8 @@ namespace GitHub.Runner.Worker
|
||||
var postJobStep = new JobExtensionRunner(runAsync: this.StopContainersAsync,
|
||||
condition: $"{PipelineTemplateConstants.Always}()",
|
||||
displayName: "Stop containers",
|
||||
data: data);
|
||||
data: data,
|
||||
repositoryRef: null);
|
||||
|
||||
executionContext.Debug($"Register post job cleanup for stopping/deleting containers.");
|
||||
executionContext.RegisterPostJobStep(postJobStep);
|
||||
|
||||
Reference in New Issue
Block a user