mirror of
https://github.com/go-task/task.git
synced 2026-06-29 15:44:30 +00:00
feat(remote): support include git remote (#1652)
This commit is contained in:
@@ -81,6 +81,9 @@ func (node *FileNode) ResolveEntrypoint(entrypoint string) (string, error) {
|
||||
if strings.Contains(entrypoint, "://") {
|
||||
return entrypoint, nil
|
||||
}
|
||||
if strings.HasPrefix(entrypoint, "git") {
|
||||
return entrypoint, nil
|
||||
}
|
||||
|
||||
path, err := execext.Expand(entrypoint)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user