Skip to content

Disable Option #53

@rejtg21

Description

@rejtg21

Is there a way to disable a command? I tried to look in the src code and I think this was not handle. I was thinking of this for example

onBuildExit: [
    {
        run: 'php echo test',
        disable: (ENV != test)
    },
    {
        ...
    }
]

not only for onBuildExit but also on other builds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions