Skip to content

Commit f8aba84

Browse files
committed
Merge pull request #348 from slack/log-info-before-release
style(release): tell the user we are releasing before we do it
2 parents 54c14e6 + b5e69ab commit f8aba84

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
@@ -242,10 +242,10 @@ func build(
242242

243243
buildHook := createBuildHook(slugBuilderInfo, gitSha, conf.Username, appName, procType, usingDockerfile)
244244
quit := progress("...", conf.SessionIdleInterval())
245+
log.Info("Launching App...")
245246
buildHookResp, err := publishRelease(conf, builderKey, buildHook)
246247
quit <- true
247248
<-quit
248-
log.Info("Launching App...")
249249
if err != nil {
250250
return fmt.Errorf("publishing release (%s)", err)
251251
}

0 commit comments

Comments
 (0)