Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ioanok opened this issue Apr 12, 2024 · 0 comments
Open

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

ioanok opened this issue Apr 12, 2024 · 0 comments
Labels

Comments

@ioanok
Copy link
Contributor

ioanok commented Apr 12, 2024

  • Deployer version: 7.3.3
  • Deployment OS: Ubuntu

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants