-
-
Notifications
You must be signed in to change notification settings - Fork 775
Labels
area: remoteChanges related to remote taskfiles.Changes related to remote taskfiles.
Description
Using the Remote Taskfiles experiment, the following includes does not work :
local -> remote -> remote:local
If a remote included Taskfile include itself a Taskfile, the last included is resolved locally instead of remotely
I've created a repo to reproduce it :
https://github.com/vmaerten/task-remote
with the root taskfile :
version: "3"
silent: false
includes:
remote: https://raw.githubusercontent.com/vmaerten/task-remote/main/Taskfile.remote.yml
tasks:
default:
cmds:
- task: remote:defaultResult to :
- Task version: 3.35.0
- Operating system: Linux
- Experiments enabled: TASK_X_REMOTE_TASKFILES=1 & TASK_X_ANY_VARIABLES=2
Metadata
Metadata
Assignees
Labels
area: remoteChanges related to remote taskfiles.Changes related to remote taskfiles.
