mirror of
https://github.com/go-task/task.git
synced 2026-06-15 03:41:37 +00:00
11 lines
168 B
YAML
11 lines
168 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build:
|
|
sources:
|
|
- ./source.txt
|
|
cmds:
|
|
- echo "{{.CHECKSUM}}"
|
|
- echo "{{.TIMESTAMP.Unix}}"
|
|
- echo "{{.TIMESTAMP}}"
|