mirror of
https://github.com/go-task/task.git
synced 2026-06-30 16:14:19 +00:00
Expose timestamp and checksum to status
This commit is contained in:
13
testdata/checksum/Taskfile.yml
vendored
13
testdata/checksum/Taskfile.yml
vendored
@@ -7,3 +7,16 @@ build:
|
||||
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}}"
|
||||
|
||||
Reference in New Issue
Block a user