1
0
mirror of https://github.com/go-task/task.git synced 2025-03-05 15:05:42 +02:00
task/testdata/checksum/Taskfile.yml

13 lines
217 B
YAML
Raw Normal View History

version: '3'
2019-08-18 17:37:21 +02:00
tasks:
build:
cmds:
- cp ./source.txt ./generated.txt
sources:
- ./**/glob-with-inexistent-file.txt
- ./source.txt
generates:
- ./generated.txt
method: checksum