Skip to content

erl not available in Heroku CI debug shellΒ #124

@jbescoyez

Description

@jbescoyez

To reproduce

  • git clone https://github.com/HashNuke/heroku-buildpack-elixir-test.git
  • cd heroku-buildpack-elixir-test
  • Add the following app.json file:
{
  "name": "buildpack-test",
  "scripts": {},
  "env": {},
  "formation": {},
  "addons": [
    {
      "plan": "heroku-postgresql"
    }
  ],
  "buildpacks": [
    { "url": "https://github.com/HashNuke/heroku-buildpack-elixir.git" }
  ]
}
  • 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)
  • Create a Github repo and associate it to the CI of your new Heroku app.
  • git push origin master should trigger the test runner.
  • heroku ci:debug --pipeline [pipeline-name]
  • In the remote prompt: erl

Current behavior

  • bash: erl: command not found

Expected behavior

  • Erlang shell should start

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions