forked from lix-project/hydra
Only show "Running build steps" if there are running build steps
This commit is contained in:
parent
2c6a38760b
commit
1e228267be
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF !build.finished %]
|
[% IF !build.finished && build.buildsteps.size > 0 %]
|
||||||
[% INCLUDE renderBuildSteps type="Running" %]
|
[% INCLUDE renderBuildSteps type="Running" %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue