paketo-buildpacks / github-config

Common repository configuration
Apache License 2.0
8 stars 12 forks source link

fix: Setting absolute path for validating extension.toml file existence. #947

Closed pacostas closed 3 months ago

pacostas commented 3 months ago

Summary

During the build process, we rely on whether to link build or generate according to extension.toml file existence. Currently, the validation does not correctly find the path of the extension.toml. This PR fixes the build.sh script, to find the path of the extension.toml correctly by changing it from a relative to an absolute path.

Use Cases

Checklist