Commit 15751ad
Matthew Fisher
fix(builder): do not check for a Procfile
Some applications do not have a Procfile present before a buildpack
compile step[1]. If a Dockerfile is not present, then the builder
should make the assumption that this app is a buildpack app.
[1]: https://github.com/bacongobbler/heroku-buildpack-jekyll/blob/master/bin/release1 parent b45dc22 commit 15751ad
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments