fixing build branch variable substitution
This commit is contained in:
parent
a8a271dd9c
commit
c2e83071d1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ block content
|
||||||
em[data-livestamp=$build.Created]
|
em[data-livestamp=$build.Created]
|
||||||
span to
|
span to
|
||||||
if $build.Event != "deployment"
|
if $build.Event != "deployment"
|
||||||
em ${build.Branch}
|
em #{$build.Branch}
|
||||||
else
|
else
|
||||||
em #{$build.Deploy}
|
em #{$build.Deploy}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue