feat: remove entrypoint from the executor

This commit is contained in:
Pete Davison
2025-07-23 23:24:10 +00:00
parent 1402e2baaf
commit 6e80b401e6
5 changed files with 1 additions and 21 deletions

View File

@@ -3,7 +3,6 @@ package taskfile
import (
"context"
"strings"
"time"
giturls "github.com/chainguard-dev/git-urls"
@@ -33,7 +32,6 @@ func NewRootNode(
entrypoint string,
dir string,
insecure bool,
timeout time.Duration,
) (Node, error) {
dir = fsext.DefaultDir(entrypoint, dir)
// If the entrypoint is "-", we read from stdin