Skip to content

Instantly share code, notes, and snippets.

@jkutner
Last active February 24, 2017 13:30
Show Gist options
  • Save jkutner/04268ca5b2755363cb83f9e66751815f to your computer and use it in GitHub Desktop.
Save jkutner/04268ca5b2755363cb83f9e66751815f to your computer and use it in GitHub Desktop.

bin/release error

Push failed: failed to read buildpack metadata: (): mapping values are not allowed in this context at line 2 column 36 
Please try pushing again.

This means there is a bug in the bin/release script of the buildpack.

bin/detect error

remote: -----> Failed to detect set buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/java.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure

The means the buildpack's bin/detect exited with a non-zero code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment