Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to buildpack API 0.10, invoke processes via bash (#205)
* Update to buildpack API 0.10, update to libcnb 0.18, invoke via bash * Drop stacks from buildpack.toml (no longer supported) * Cleanup in gitignore * Update changelog with note about Buildpack API 0.10 * Use String::from to match existing style * Move user provided command to args[0] * Update changelog with implicit changes from buildpack api 0.10 * Add integration test for argument overrides * Remove trailing comma after last element in `vec![]` usages --------- Co-authored-by: Ed Morley <[email protected]>
- Loading branch information