Skip to content

Heroku: Exit code should not be zero if there is an error applying patches #210

@OliverJAsh

Description

@OliverJAsh

When yarn is ran as part of a build for a Heroku application and the patches fail to apply, the exit code is 0. I expect it to be non-zero.

This means that a Heroku application will be deployed even if the patches failed to apply (!!).

This is happening because Heroku is not detected by the is-ci check.

Related: #143

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