Few code improvements on #216

This commit is contained in:
Andrey Nering
2019-09-14 17:54:41 -03:00
parent 884cd0d636
commit 1a28e5e0d4
11 changed files with 74 additions and 47 deletions

View File

@@ -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}}'