-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
To reproduce
git clone https://github.com/HashNuke/heroku-buildpack-elixir-test.gitcd heroku-buildpack-elixir-test- Add the following
app.jsonfile:
{
"name": "buildpack-test",
"scripts": {},
"env": {},
"formation": {},
"addons": [
{
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{ "url": "https://github.com/HashNuke/heroku-buildpack-elixir.git" }
]
}
git add app.jsongit 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 mastershould 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
FreedomBen and juanperi
Metadata
Metadata
Assignees
Labels
No labels