Update src/Sdk/DTPipelines/Pipelines/ObjectTemplating/PipelineTemplateConverter.cs

Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
This commit is contained in:
JoannaaKL
2022-10-28 12:43:49 +02:00
committed by GitHub
parent 60b2c4e07a
commit 0632e07223

View File

@@ -316,6 +316,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
if (String.IsNullOrEmpty(result.Image))
{
context.TraceWriter.Info($"Container image is empty, no jobContainer will be started.");
return null;
}