Skip to content

Commit 2a9415a

Browse files
committed
Update katacoda scenarios
Signed-off-by: Javier Romero <[email protected]>
1 parent edff60b commit 2a9415a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

katacoda/scenarios/buildpack-author-guide/build-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
122122
123123
You will see the following output:
124124
125-
<!-- test:assert=contains;ignore-lines=... -->
126125
```
127126
===> DETECTING
128127
...

katacoda/scenarios/buildpack-author-guide/detection.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
3333
3434
You should see the following output:
3535
36-
<!-- test:assert=contains -->
3736
```
3837
===> ANALYZING
3938
Previous image with name "test-ruby-app" not found
@@ -43,7 +42,7 @@ examples/ruby 0.0.1
4342
===> BUILDING
4443
---> Ruby Buildpack
4544
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
4746
```
4847

4948
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

Comments
 (0)