Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Latest changes break multipack (at least with the nginx buildpack) #39

Closed
a-warner opened this issue Nov 7, 2014 · 3 comments
Closed

Comments

@a-warner
Copy link

a-warner commented Nov 7, 2014

One of the two latest pull requests to be merged (#20 and #18) seems to have introduced a regression (at least when this buildpack is used with the nginx buildpack). Here is the error output I'm seeing:

-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/ryandotsmith/nginx-buildpack
=====> Detected Framework: nginx-buildpack
cp: cannot stat `bin/nginx-cedar': No such file or directory

 !     Push rejected, failed to compile Multipack app

It seems like the nginx buildpack isn't in the directory that it expects to be in when its compile script is run, so maybe this is an issue for other buildpacks as well?

If I revert back to 935057 everything works again.

@a-warner
Copy link
Author

a-warner commented Nov 7, 2014

(probably related to #20)

@ddollar
Copy link
Owner

ddollar commented Nov 7, 2014

Reverted in ae87c1b

@a-warner
Copy link
Author

a-warner commented Nov 7, 2014

Thanks @ddollar !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants