fix(ops/besadii): Include branch name in build note

This commit is contained in:
Vincent Ambo 2020-02-21 23:27:41 +00:00
parent ca7c8fe9f0
commit 28560fcf8a

View file

@ -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.