mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
11 lines
170 B
YAML
11 lines
170 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build:
|
|
sources:
|
|
- ./source.txt
|
|
status:
|
|
- echo "{{.CHECKSUM}}"
|
|
- echo '{{.TIMESTAMP.Unix}}'
|
|
- echo '{{.TIMESTAMP}}'
|