heroku-ci
heroku-ci copied to clipboard
ci:debug builds
If a part of the build fails before it is ready to run the tests then ci:debug
fails. Could we add a flag to drop me into the environment right when where it failed maybe heroku ci:debug --allow-failure
. Even better if we could set this via a local environment variable CI_DEBUG_ALLOW_FAILURE=true
or something.
I'm trying to debug a customer's app install failing on CI and it takes a good 5 minutes for each iteration.