Skip to content

Commit

Permalink
add io.buildpacks.pre.group and io.buildpacks.post.group to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Feb 23, 2022
1 parent d9d85ec commit 4abc952
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/project-descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ uri = "<string>"
shell = "<string (optional default=/bin/sh)>"
inline = "<script contents>"
[[io.buildpacks.pre.group]]
id = "<string>"
version = "<string>"
uri = "<string>"
[[io.buildpacks.post.group]]
id = "<string>"
version = "<string>"
uri = "<string>"
[[io.buildpacks.build.env]]
name = "<string>"
value = "<string>"
Expand Down

0 comments on commit 4abc952

Please sign in to comment.