mirror of
https://github.com/go-task/task.git
synced 2026-07-02 17:08:45 +00:00
Merge branch 'report-timestamp-to-status' of https://github.com/CypherpunkArmory/task into CypherpunkArmory-report-timestamp-to-status
This commit is contained in:
14
testdata/checksum/Taskfile.yml
vendored
14
testdata/checksum/Taskfile.yml
vendored
@@ -10,3 +10,17 @@ tasks:
|
||||
generates:
|
||||
- ./generated.txt
|
||||
method: checksum
|
||||
|
||||
build-with-checksum:
|
||||
sources:
|
||||
- ./source.txt
|
||||
method: checksum
|
||||
status:
|
||||
- echo "{{.CHECKSUM}}"
|
||||
|
||||
build-with-timestamp:
|
||||
sources:
|
||||
- ./source.txt
|
||||
status:
|
||||
- echo '{{.TIMESTAMP.Unix }}'
|
||||
- echo '{{.TIMESTAMP}}'
|
||||
|
||||
Reference in New Issue
Block a user