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