Skip to content

Commit 20943b6

Browse files
authored
docs(buildpacks): del BUILDPACK_URL support
1 parent 07451a5 commit 20943b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/understanding-workflow/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Builder currently supports both buildpack and Dockerfile based builds.
4848

4949
For Buildpack-based deploys, the builder component will launch a one-shot Pod
5050
in the `drycc` namespace. This pod runs `slugbuilder` component which handles
51-
default and custom buildpacks (specified by `BUILDPACK_URL`). The "compiled"
51+
default and custom buildpacks (specified by `.buildpacks`). The "compiled"
5252
application results in a slug, consisting of your application code and all of
5353
its dependencies as determined by the buildpack. The slug is pushed to the
5454
cluster-configured object storage for later execution. For more information

0 commit comments

Comments
 (0)