diff --git a/bake/bakefile.py b/bake/bakefile.py index c28bd0b..d88b9e1 100644 --- a/bake/bakefile.py +++ b/bake/bakefile.py @@ -112,6 +112,8 @@ class TaskFilter(BaseAction): question = str(click.style("?", fg="green", bold=True)) click.confirm(f" {question} Do you want to continue?", abort=True) + return ("confirmed", True) + @staticmethod def execute_skip_if(*, key, cache=None, **kwargs): if cache is None: