mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +01:00
Fix error when using checksum method and no file exists for a source glob
Closes #131
This commit is contained in:
1
testdata/checksum/Taskfile.yml
vendored
1
testdata/checksum/Taskfile.yml
vendored
@@ -2,6 +2,7 @@ build:
|
||||
cmds:
|
||||
- cp ./source.txt ./generated.txt
|
||||
sources:
|
||||
- ./**/glob-with-inexistent-file.txt
|
||||
- ./source.txt
|
||||
generates:
|
||||
- ./generated.txt
|
||||
|
||||
Reference in New Issue
Block a user