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

this code is now in https://github.com/heroku/cli

Results 11 heroku-ci issues
Sort by recently updated
recently updated
newest added

Had a customer who had their entire test directory ignored by `.slugignore` and the directory was silently deleting it. I imagine more people have done this. At bare minimum we...

``` === Showing latest test runs for the testing pipeline ! 828 i2523 886a6f3 errored ! 827 testing-new 93c3e03 errored ``` It'd be handy if that logged the timestamp that...

MacOS 10.12.4 heroku-ci v 1.5.1 When running `h ci:run -r production` I get the following output ``` $ h ci:run -r production Preparing source... done Starting test run... done ▸...

We recently switched to Heroku CI, and we've been using successful CI build output on the `master` as a prerequisite for a production deploy. We can use `heroku ci` or...

It appears that if I run `heroku ci:debug` from a non-master branch I will be dumped into a dyno with my master branch, but the `$HEROKU_TEST_RUN_BRANCH` will tell me that...

We support creating test runs, listing test runs, debugging test runs, but that is all predicated by the feature being turned on. This plugin would be additionally useful with something...

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...

enhancement

Currently if you try to sudo into a `ci:debug` instance, it will not sudo you onto a pipeline as well: ``` ⛄ 2.4.1 🚀 ~/documents/projects/tmp/drawbotics-staging (support) $ heroku sudo ci:debug...

When running a CI command if there is a problem this is the only error output: ``` $ heroku ci:debug ▸ Not found. ``` You can get this error if...

v 1.3.1, macOs `heroku ci:list -w` I would expect that to show a new run when it gets created via automatic test runs. It does not update with the new...