Skip to content

git commit during recipe update might fail due to hooks #939

Closed
@rvock

Description

@rvock

During a recipe update a commit will be generated in a temporary folder:

$this->execute('git commit -m "original files"', $tmpPath);

This commit might fail, if global commit hooks are installed. The command should be executed without hooks:

git commit --no-verify -m

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