mirror of
https://github.com/go-task/task.git
synced 2026-02-25 04:33:43 +01: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}}"
|