We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to deploy the following app:
. └── src ├── Procfile ├── app.js └── package.json
I clicked "Continue" from within src/, but the GitHub Action is still trying to build from the root of the repository, and is failing with the error:
src/
ERROR: No buildpack groups passed detection.
The same app is successfully built and deployed if the contents of src/ are present at the repository root.
anukul/node-example
failing-build-context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Trying to deploy the following app:
I clicked "Continue" from within
src/
, but the GitHub Action is still trying to build from the root of the repository, and is failing with the error:The same app is successfully built and deployed if the contents of
src/
are present at the repository root.Location
Steps to reproduce
anukul/node-example
- branchfailing-build-context
Additional Details
The text was updated successfully, but these errors were encountered: