1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

fixing build branch variable substitution

This commit is contained in:
Jeff Storey 2016-03-30 15:22:18 -04:00
parent a8a271dd9c
commit c2e83071d1

View File

@ -49,7 +49,7 @@ block content
em[data-livestamp=$build.Created]
span to
if $build.Event != "deployment"
em ${build.Branch}
em #{$build.Branch}
else
em #{$build.Deploy}