heroku-ci icon indicating copy to clipboard operation
heroku-ci copied to clipboard

ci:debug builds

Open schneems opened this issue 7 years ago • 4 comments

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.

schneems avatar May 22 '17 20:05 schneems