Skip to content

Include relative files in remote Taskfile #2096

@MLNW

Description

@MLNW

Description

It would be awesome if a remote taskfile could include remote files as well. My use case would be this: A remote taskfile uses a script to check something. The script is a file in the same repository as the remote taskfile.

The only workarounds I can think of right now would be to either rewrite the script to be part of the taskfile (which is not recommended) or add a task that first downloads the script before executing it. The latter option comes with some complexity I would like to avoid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: remoteChanges related to remote taskfiles.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions