forked from lix-project/hydra
Shut up warning
This commit is contained in:
parent
30943dd217
commit
40a9b70df2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ END;
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
Succeeded
|
Succeeded
|
||||||
[% END %]
|
[% END %]
|
||||||
[% IF step.timesbuilt > 1 %]
|
[% IF step.timesbuilt && step.timesbuilt > 1 %]
|
||||||
([% step.timesbuilt %] times)
|
([% step.timesbuilt %] times)
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSIF step.status == 3 %]
|
[% ELSIF step.status == 3 %]
|
||||||
|
|
Loading…
Reference in a new issue