diff --git a/src/root/build.tt b/src/root/build.tt index 47d3061b..cb268b61 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -7,6 +7,7 @@ [% project = build.project %] [% jobset = build.jobset %] [% job = build.job %] +[% isAggregate = build.members_ ? 1 : 0 %] [% BLOCK renderOutputs %] [% start=1; FOREACH output IN outputs %] @@ -68,7 +69,7 @@