-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
On Page: Use an inline buildpack The example given has the following:
For example, you may want to run a Rake task against a Ruby app after the Ruby buildpack builds your app.
[_] schema-version = "0.2" id = "io.buildpacks.my-app" [[io.buildpacks.group]] id = "example/ruby" version = "1.0" [[io.buildpacks.group]] id = "me/rake-tasks" [io.buildpacks.group.script] api = "0.10" inline = "rake package"In this example, the me/rake-tasks inline buildpack is configured to run after the example/ruby buildpack. The inline script is compatible with Buildpack API version 0.6 (this is a required field), and it will execute the rake package command during the build step.
Should it not instead state that the API version is 0.10?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels