-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to push app with manifest.yml using a non-default stack #1819
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/174540704 The labels on this github issue will be updated when the story is started. |
Thanks for reporting this issue @amhuber. We're looking into this. |
Sure, here you go:
|
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/174612020 The labels on this github issue will be updated when the story is started. |
@tstannard and I discovered this issue is actually in the cf CLI code base, we have submitted a PR to fix this cloudfoundry/cli#2148 which should go out in the next cf CLI release. Closing this now, please feel free to follow up further if you do not see this get resolved, thanks! Jenna & Teal |
Thanks for following up on this, I'll monitor the CLI issue. |
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
Using cf7 v7.0.2 I'm unable to push an app to the stack specified in the manifest. For example:
What happened
App failed to push.
If I override the stack on the command line, it does work:
Expected behavior
App should be deployed successfully, manifest works with cf v6.
To Reproduce
Provide more context
The text was updated successfully, but these errors were encountered: