Skip to content

Commit 38399b5

Browse files
author
Aaron Schlesinger
committed
fix(pkg/gitreceive/build.go): include error message from polling
1 parent db5eb25 commit 38399b5

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
@@ -219,7 +219,7 @@ func build(conf *Config, s3Client *storage.Client, kubeClient *client.Client, fs
219219
})
220220

221221
if err != nil {
222-
return fmt.Errorf("Timed out waiting for object in storage. Aborting build...")
222+
return fmt.Errorf("Timed out waiting for object in storage, aborting build (%s)", err)
223223
}
224224
log.Info("Build complete.")
225225
log.Info("Launching app.")

0 commit comments

Comments
 (0)