-
-
Notifications
You must be signed in to change notification settings - Fork 779
Labels
area: execChanges related to the execution of commands.Changes related to the execution of commands.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.
Description
- Task version: master
- OS: Linux
When calling task other with the following Taskfiles:
this works, the error is ignored
version: "3"
tasks:
bad:
cmds:
- exit 1
other:
cmds:
- cmd: task bad
ignore_error: true
- echo hellothis does not work, nothing is printed
version: "3"
tasks:
bad:
cmds:
- exit 1
other:
cmds:
- task: bad
ignore_error: true
- echo hellomihi314, ghostsquad, mknapik, thi3rry, oliver-helix and 1 more
Metadata
Metadata
Assignees
Labels
area: execChanges related to the execution of commands.Changes related to the execution of commands.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.