We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676665c + c960478 commit dc47466Copy full SHA for dc47466
1 file changed
pkg/gitreceive/build.go
@@ -306,7 +306,7 @@ func build(
306
quit <- true
307
<-quit
308
if controller.CheckAPICompat(client, err) != nil {
309
- return fmt.Errorf("publishing release (%s)", err)
+ return fmt.Errorf("The controller returned an error when publishing the release: %s", err)
310
}
311
312
log.Info("Done, %s:v%d deployed to Workflow\n", appName, release)
0 commit comments