style(ops/besadii): run depotfmt
Unclear if this reformat is caused by the channel update or if this file was ignored previously. Change-Id: I3498ab181c7fff1b132419783e33a96f7bebfe42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4520 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
bd9564f5b5
commit
7de43fe4ee
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ func triggerBuild(cfg *config, log *syslog.Writer, trigger *buildTrigger) error
|
|||
env["GERRIT_PATCHSET"] = trigger.patchset
|
||||
headBuild = false
|
||||
|
||||
// The branch doesn't have to be a real ref (it's just used to
|
||||
// group builds), so make it the identifier for the CL
|
||||
// The branch doesn't have to be a real ref (it's just used to
|
||||
// group builds), so make it the identifier for the CL
|
||||
branch = fmt.Sprintf("cl/%v", strings.Split(trigger.ref, "/")[3])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue