Skip to content

Commit 5df441b

Browse files
author
Aaron Schlesinger
committed
fix(build.go): add informational message for cold builds
Fixes #94
1 parent 7e11233 commit 5df441b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func build(conf *Config, builderKey, gitSha string) error {
201201
return fmt.Errorf("copying %s to %s (%s)", appTgz, tarURL, err)
202202
}
203203

204-
log.Info("Starting build")
204+
log.Info("Starting build... but first, coffee!")
205205
log.Debug("Starting pod %s", buildPodName)
206206
kCreateCmd := exec.Command(
207207
"kubectl",

0 commit comments

Comments
 (0)