mirror of
https://github.com/go-task/task.git
synced 2026-07-02 00:54:22 +00:00
fix(remote): define special variables behavior (#2847)
This commit is contained in:
@@ -73,7 +73,7 @@ func NewNode(
|
||||
return node, err
|
||||
}
|
||||
|
||||
func isRemoteEntrypoint(entrypoint string) bool {
|
||||
func IsRemoteEntrypoint(entrypoint string) bool {
|
||||
scheme, _ := getScheme(entrypoint)
|
||||
switch scheme {
|
||||
case "git", "http", "https":
|
||||
|
||||
Reference in New Issue
Block a user