You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
Thanks for this buildpack. I v' got some errors when trying to run the heroku command inside a script.
Here's the traclog of the error
/app/vendor/heroku-toolbelt/lib/heroku/updater.rb:178:in `spawn': No such file or directory - heroku update (Errno::ENOENT)
from /app/vendor/heroku-toolbelt/lib/heroku/updater.rb:178:in `background_update!'
from /app/vendor/heroku-toolbelt/lib/heroku/updater.rb:159:in `inject_libpath'
from /app/vendor/heroku-toolbelt/bin/heroku:19:in `<main>'
The script which is responsible for the error is here. This is a simple script to automate backup of pg database.
PS: in case I've also patched it to avoid the unavailable jarcommand in the cedar-14 stack
Let me know if a better solution exist at this time or you have any hint about solving this error.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for this buildpack. I v' got some errors when trying to run the heroku command inside a script.
Here's the traclog of the error
The script which is responsible for the error is here. This is a simple script to automate backup of pg database.
PS: in case I've also patched it to avoid the unavailable
jar
command in the cedar-14 stackLet me know if a better solution exist at this time or you have any hint about solving this error.
Thanks
The text was updated successfully, but these errors were encountered: