-
Notifications
You must be signed in to change notification settings - Fork 312
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
erl not available in Heroku CI debug shell #124
Comments
I can confirm this on a greenfield elixir project:
|
Apologies, my above comment has been resolved. I did what was suggested here and I was okay afterward: #119 (comment) |
I'm seeing the same error. I get
and then
inside platform_tools, erlang points to a non_existing path:
|
@epilgrim were you able to find a resolution to this? I am having the same issue. |
Resolved my issue see #131 for more details |
I was also having the same issue Erlang versionerlang_version=21 Erlang versionerlang_version=21.0 |
To reproduce
git clone https://github.com/HashNuke/heroku-buildpack-elixir-test.git
cd heroku-buildpack-elixir-test
app.json
file:git add app.json
git commit -m "Add app.json"
heroku create --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git"
git push heroku master
(not sure if needed)git push origin master
should trigger the test runner.heroku ci:debug --pipeline [pipeline-name]
erl
Current behavior
bash: erl: command not found
Expected behavior
The text was updated successfully, but these errors were encountered: