Only show "Running build steps" if there are running build steps
This commit is contained in:
@ -160,7 +160,7 @@
|
||||
|
||||
[% END %]
|
||||
|
||||
[% IF !build.finished %]
|
||||
[% IF !build.finished && build.buildsteps.size > 0 %]
|
||||
[% INCLUDE renderBuildSteps type="Running" %]
|
||||
[% END %]
|
||||
|
||||
|
Reference in New Issue
Block a user