Commit 8357742
Matthew Fisher
fix(builder): retrieve process types from slugbuilder's Procfile
/bin/release was unofficially deprecated for declaring default process
types a while back, which is why some buildpacks don't supply any
default process types in /bin/release. Instead, the buildpack will
generate a Procfile if none is supplied.1 parent 4340f64 commit 8357742
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
0 commit comments