Skip to content

Commit ad4bdec

Browse files
committed
Account for pack 0.27.0 changes
`pack` now skips the ANALYZING stage in some cases Signed-off-by: Aidan Delaney <[email protected]>
1 parent 466f98f commit ad4bdec

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ You will see the following output:
130130
```
131131
===> DETECTING
132132
...
133-
===> ANALYZING
134-
...
135133
===> RESTORING
136134
===> BUILDING
137135
---> Ruby Buildpack

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ You should see the following output:
3939

4040
<!-- test:assert=contains -->
4141
```
42-
===> ANALYZING
4342
Previous image with name "test-ruby-app" not found
4443
===> DETECTING
4544
examples/ruby 0.0.1
@@ -58,4 +57,4 @@ You will also notice that `ANALYZING` now appears in the build output. This step
5857
---
5958

6059
<a href="/docs/buildpack-author-guide/create-buildpack/build-app" class="button bg-pink">Next Step</a>
61-
<!--+end+-->
60+
<!--+end+-->

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ You will see the following output:
126126
```
127127
===> DETECTING
128128
...
129-
===> ANALYZING
130-
...
131129
===> RESTORING
132130
===> BUILDING
133131
---> Ruby Buildpack

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ You should see the following output:
3535
3636
<!-- test:assert=contains -->
3737
```
38-
===> ANALYZING
3938
Previous image with name "test-ruby-app" not found
4039
===> DETECTING
4140
examples/ruby 0.0.1

0 commit comments

Comments
 (0)