From 28560fcf8abc2fa07a0e8ba07c2875bbba33eb02 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Feb 2020 23:27:41 +0000 Subject: fix(ops/besadii): Include branch name in build note --- ops/besadii/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/besadii/main.go') diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 46b76bd881..d9c27fe31c 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -94,7 +94,7 @@ cat built-paths | cachix push tazjin`}, func triggerBuild(log *syslog.Writer, token, branch, commit string) { build := Build{ Manifest: prepareManifest(commit), - Note: fmt.Sprintf("Build of 'master' at '%s'", commit), + Note: fmt.Sprintf("Build of '%s' at '%s'", branch, commit), Tags: []string{ // my branch names tend to contain slashes, which are not valid // identifiers in sourcehut. -- cgit 1.4.1