mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
refactor: centralize fingerprint method resolution in a Fingerprinter (#2924)
This commit is contained in:
10
testdata/method_taskfile_timestamp/Taskfile.yml
vendored
Normal file
10
testdata/method_taskfile_timestamp/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
|
||||
method: timestamp
|
||||
|
||||
tasks:
|
||||
build:
|
||||
cmds:
|
||||
- echo "ts={{.TIMESTAMP}}"
|
||||
sources:
|
||||
- ./source.txt
|
||||
1
testdata/method_taskfile_timestamp/source.txt
vendored
Normal file
1
testdata/method_taskfile_timestamp/source.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
source
|
||||
Reference in New Issue
Block a user