1
0
mirror of https://github.com/go-task/task.git synced 2026-04-24 19:54:16 +02:00
Files
task/testdata/timestamp/Taskfile.yml
T

12 lines
175 B
YAML

version: '3'
tasks:
build:
cmds:
- cp ./source.txt ./generated.txt
sources:
- ./source.txt
generates:
- ./generated.txt
method: timestamp