mirror of
https://github.com/go-task/task.git
synced 2026-06-28 07:04:33 +00:00
fix: inconsistent current directory resolution depending on include order (#1757)
This commit is contained in:
committed by
GitHub
parent
c5eea294aa
commit
a72e70b026
8
testdata/includes_http/root-taskfile-remotefile-empty-dir-2nd.yml
vendored
Normal file
8
testdata/includes_http/root-taskfile-remotefile-empty-dir-2nd.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
second-with-dir-1:
|
||||
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile2.yml"
|
||||
dir: ./dir-1
|
||||
second-no-dir:
|
||||
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile2.yml"
|
||||
Reference in New Issue
Block a user