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
Hi, I found an error, so I'm reporting.
here is my .buildpacks
% cat .buildpacks https://github.com/groonga/heroku-buildpack-groonga.git https://github.com/heroku/heroku-buildpack-nodejs.git
in this case, it looks to occurr error.
% git push heroku master ... -----> Fetching custom git buildpack... done -----> Multipack app detected =====> Downloading Buildpack: https://github.com/groonga/heroku-buildpack-groonga.git =====> Detected Framework: Groonga /tmp/buildpackvO3Fm/bin/compile:14:in `detect_latest_version': uninitialized constant Object::Octokit (NameError) from /tmp/buildpackvO3Fm/bin/compile:72:in `<main>' -----> Loading environment variables ! Push rejected, failed to compile Multipack app
so I have to set config like this to avoid to call detect_latest_version.
% heroku config:set GROONGA_VERSION=4.0.4
The text was updated successfully, but these errors were encountered:
Closing. thanks:)
Sorry, something went wrong.
No branches or pull requests
Hi, I found an error, so I'm reporting.
here is my .buildpacks
in this case, it looks to occurr error.
so I have to set config like this to avoid to call detect_latest_version.
The text was updated successfully, but these errors were encountered: