You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/buildpack-author-guide/create-buildpack/detection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ examples/ruby 0.0.1
47
47
===> BUILDING
48
48
---> Ruby Buildpack
49
49
ERROR: failed to build: exit status 1
50
-
ERROR: failed to build: executing lifecycle
50
+
ERROR: failed to build: executing lifecycle: failed with status code: 51
51
51
```
52
52
53
53
Notice that `detect` now passes because there is a valid `Gemfile` in the Ruby app at `ruby-sample-app`, but now `build` fails because it is currently written to error out.
0 commit comments