We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:default
Result to :
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 :
Result to :
The text was updated successfully, but these errors were encountered: