Skip to content

Commit b5e69ab

Browse files
committed
style(release): tell the user we are releasing before we do it
1 parent 7707089 commit b5e69ab

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)