mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
fixing build branch variable substitution
This commit is contained in:
parent
a8a271dd9c
commit
c2e83071d1
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user