-
-
Notifications
You must be signed in to change notification settings - Fork 741
Open
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.
Description
Description
When you have a taskfile that includes a directory that exists, but no taskfile exists in the directory, you get the error
file does not exist
Before c5afffb, the error was
task: No Taskfile found at "/empty/directory"
The extra context was helpful in debugging issues with taskfiles
Version
3.45.4
Operating system
ubuntu
Experiments Enabled
No response
Example Taskfile
version: '3'
includes:
empty: ./empty_dir
tasks:
default:
cmds:
- echo "This task should not run due to empty directory"
Metadata
Metadata
Assignees
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.