mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
Few code improvements on #216
This commit is contained in:
14
testdata/checksum/Taskfile.yml
vendored
14
testdata/checksum/Taskfile.yml
vendored
@@ -10,17 +10,3 @@ 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