deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

Disabling parent group task will not disable all child tasks #3808

Open ioanok opened 2 months ago

ioanok commented 2 months ago

If you have a group of tasks, as described in the documentation and you disable the parent task with task('deploy')->disable();, all children tasks will still be executed by deployer.

The expected result: all children's tasks should inherit the disable flag from the parent and not be executed.

Upvote & Fund

Fund with Polar