Skip to content

Commit

Permalink
Temporarily remove output check of ANALYZING (to revert)
Browse files Browse the repository at this point in the history
Related to: buildpacks/lifecycle#878

Signed-off-by: Javier Romero <[email protected]>
  • Loading branch information
jromero committed Jun 30, 2022
1 parent 011382f commit edff60b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack

You will see the following output:

<!-- test:assert=contains;ignore-lines=... -->
```
===> DETECTING
...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack

You should see the following output:

<!-- test:assert=contains -->
```
===> ANALYZING
Previous image with name "test-ruby-app" not found
Expand Down

0 comments on commit edff60b

Please sign in to comment.