Skip to content

Commit

Permalink
Merge branch 'expand-env-pages' of github.com:hyounes4560/docs into e…
Browse files Browse the repository at this point in the history
…xpand-env-pages
  • Loading branch information
hyounes4560 committed Aug 26, 2024
2 parents 6fa94e8 + a7759e8 commit c40a7e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ Assuming that `some-buildpack-id` comes before `some-other-buildpack-id` in the

Note that the examples shown on this page are relatively simple. It is possible for a buildpack to double-specify the same variable (i.e., within two or more different layers), and for a buildpack to specify a variable for a particular phase (build or launch) when the layer has type both `build = true` and `launch = true`. Additionally, for `runtime` variables, buildpacks can specify a variable for a particular process.

In these cases, the lifecycle determines the final value of the variable according to a process outlined in the specification.
In these cases, the `lifecycle` determines the final value of the variable according to a process outlined in the specification.

>For more information on modifying environment variables, see the [Environment Variable Modification Rules](https://github.com/buildpacks/spec/blob/main/buildpack.md#environment-variable-modification-rules) section of the specification.

0 comments on commit c40a7e5

Please sign in to comment.