buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Removes TODOs around CNB_BUILDPACK_DIR #145

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

The lifecycle has had CNB_BUILDPACK_DIR support since 0.9.0. It seems safe to remove this fallback code & just fail if the env variable is not present.

Resolves #52. There are no more TODO notes in the code base.

Signed-off-by: Daniel Mikusa dmikusa@vmware.com