Skip to content

Commit edff60b

Browse files
committed
Temporarily remove output check of ANALYZING (to revert)
Related to: buildpacks/lifecycle#878 Signed-off-by: Javier Romero <[email protected]>
1 parent 011382f commit edff60b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

content/docs/buildpack-author-guide/create-buildpack/build-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
126126

127127
You will see the following output:
128128

129-
<!-- test:assert=contains;ignore-lines=... -->
130129
```
131130
===> DETECTING
132131
...

content/docs/buildpack-author-guide/create-buildpack/detection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
3737

3838
You should see the following output:
3939

40-
<!-- test:assert=contains -->
4140
```
4241
===> ANALYZING
4342
Previous image with name "test-ruby-app" not found

0 commit comments

Comments
 (0)