Skip to content

Commit

Permalink
heroku-buildpack-multi is broken by pkgr
Browse files Browse the repository at this point in the history
The instance of /app in the regex we added at benlangfeld/heroku-buildpack-multi@caf2c63 is itself replaced, making this replacement in downstream buildpacks impossible.

This almost works with crohr/pkgr#91, except for crohr/pkgr#92 and crohr/pkgr#93
  • Loading branch information
benlangfeld committed Jan 18, 2016
1 parent 9ca0c10 commit 64bf66d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pkgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ targets:
centos-7:
after:
- rm -rf .git
buildpack: https://github.com/benlangfeld/heroku-buildpack-multi.git
debug: true
buildpacks:
- https://github.com/HashNuke/heroku-buildpack-elixir.git
- https://github.com/gjaldon/heroku-buildpack-phoenix-static.git

0 comments on commit 64bf66d

Please sign in to comment.