mirror of
https://github.com/go-task/task.git
synced 2026-06-19 22:15:04 +02:00
Few code improvements on #216
This commit is contained in:
Vendored
-14
@@ -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