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
Previous image with name "test-ruby-app" not found
@@ -43,7 +42,7 @@ examples/ruby 0.0.1
43
42
===> BUILDING
44
43
---> Ruby Buildpack
45
44
ERROR: failed to build: exit status 1
46
-
ERROR: failed to build: executing lifecycle
45
+
ERROR: failed to build: executing lifecycle: failed with status code: 51
47
46
```
48
47
49
48
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