Skip to content

Commit 439d2e9

Browse files
committed
Merge pull request #99 from arschles/cold-build
fix(build.go): add informational message for cold builds
2 parents 9165b21 + 5df441b commit 439d2e9

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)