Skip to content

Commit

Permalink
Add heroku/procfile to the heroku/nodejs order groups
Browse files Browse the repository at this point in the history
Since the Procfile CNB is no longer included in the `heroku/nodejs` as of:
heroku/buildpacks-nodejs#696
  • Loading branch information
edmorley committed Oct 24, 2023
1 parent 9e93181 commit 8221ef6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ version = "0.17.2"
[[order.group]]
id = "heroku/nodejs"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
Expand Down
4 changes: 4 additions & 0 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ version = "0.17.2"
[[order.group]]
id = "heroku/nodejs"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
Expand Down
9 changes: 4 additions & 5 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/ruby"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -58,7 +57,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/python"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -68,7 +66,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/scala"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -78,7 +75,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/php"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -88,7 +84,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/go"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -98,6 +93,10 @@ version = "0.17.2"
[[order.group]]
id = "heroku/nodejs"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
Expand Down

0 comments on commit 8221ef6

Please sign in to comment.