mirror of
https://github.com/go-task/task.git
synced 2026-06-29 15:44:30 +00:00
feat(remote): prefix checksums/cached files with the filename (#1636)
* feat(remote): add the task filename in the checksum / cache filename * prefix the filename with the lastDir from the path
This commit is contained in:
@@ -20,6 +20,7 @@ type Node interface {
|
||||
Remote() bool
|
||||
ResolveEntrypoint(entrypoint string) (string, error)
|
||||
ResolveDir(dir string) (string, error)
|
||||
FilenameAndLastDir() (string, string)
|
||||
}
|
||||
|
||||
func NewRootNode(
|
||||
|
||||
Reference in New Issue
Block a user