This PR changes the package.sh script to conditionally package a buildpack or an extension according to whether is an extension or a buildpack.
The way this is implemented is to check whether the extension file exists on the directory, otherwise, it fallbacks to the default behavior of packaging a buildpack.
Summary
This PR changes the package.sh script to conditionally package a buildpack or an extension according to whether is an extension or a buildpack.
The way this is implemented is to check whether the extension file exists on the directory, otherwise, it fallbacks to the default behavior of packaging a buildpack.
Test results:
Use Cases
Checklist