Skip to content

Commit

Permalink
Update text/0000-system-buildpacks-in-builder.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kutner <[email protected]>

Co-authored-by: Emily Casey <[email protected]>
  • Loading branch information
jkutner and ekcasey authored Feb 3, 2022
1 parent 487c41f commit 14a9a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-system-buildpacks-in-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A new flag to the lifecycle `detector`, `--disable-system-buildpacks`, will disa

## Build

System buildpacks that have passed detection will be executed during the build phase. All `pre` buildpacks must execute before the detected buildpack group. All `post` buildpacks must execute after the detected buildpack group. However, the system buildpacks MUST NOT be added to the buildpack group, and their execution may be hidden from the end user.
System buildpacks that have passed detection will be added to `group.toml` and treated like any other buildpack for the remainder of the build.

If a system buildpack exits with a status of `100`, the build will fail.

Expand Down

0 comments on commit 14a9a13

Please sign in to comment.