Fix 'Can't locate object method "buildstepoutputs"'

Template::Toolkit braindamage strikes again. See
8f85fe67d4.
This commit is contained in:
Eelco Dolstra
2015-12-15 11:55:57 +01:00
parent b081133dcc
commit 29db16bc69
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,6 @@
[%
isAggregate = constituents.size > 0;
steps = build.buildsteps.nsort('stepnr').reverse;
busy = 0;
FOR step IN steps; IF step.busy; busy = 1; END; END;
%]