mirror of
https://github.com/go-task/task.git
synced 2026-04-26 20:02:40 +02:00
12 lines
175 B
YAML
12 lines
175 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build:
|
|
cmds:
|
|
- cp ./source.txt ./generated.txt
|
|
sources:
|
|
- ./source.txt
|
|
generates:
|
|
- ./generated.txt
|
|
method: timestamp
|