Merge pull request #6359 from dokku/josegonzalez-patch-1

Update buildpack api for test buildpack
This commit is contained in:
Jose Diaz-Gonzalez
2023-11-25 18:32:49 -05:00
committed by GitHub
4 changed files with 4 additions and 10 deletions

View File

@@ -19,5 +19,5 @@ echo "TESTENV_1" >$bp_env_dir/TESTENV
cat >"$layers_dir/launch.toml" <<EOL
[[processes]]
type = "web"
command = "true"
command = ["true"]
EOL

View File

@@ -1,9 +1,6 @@
api = "0.6"
api = "0.9"
[buildpack]
id = "1"
version = "0.1.0"
name = "1 Packages Buildpack"
[[stacks]]
id = "heroku-22"

View File

@@ -25,5 +25,5 @@ echo "TESTENV_2" >$bp_env_dir/TESTENV
cat >"$layers_dir/launch.toml" <<EOL
[[processes]]
type = "web"
command = "true"
command = ["true"]
EOL

View File

@@ -1,9 +1,6 @@
api = "0.6"
api = "0.9"
[buildpack]
id = "2"
version = "0.1.0"
name = "2 Packages Buildpack"
[[stacks]]
id = "heroku-22"