mirror of
https://github.com/go-task/task.git
synced 2026-07-02 00:54:22 +00:00
feat: remove entrypoint from the executor
This commit is contained in:
@@ -105,7 +105,7 @@ func (e *Executor) setupCompiler() error {
|
||||
|
||||
e.Compiler = &Compiler{
|
||||
Dir: e.Dir,
|
||||
Entrypoint: e.Entrypoint,
|
||||
Entrypoint: e.Taskfile.Location,
|
||||
UserWorkingDir: e.UserWorkingDir,
|
||||
TaskfileEnv: e.Taskfile.Env,
|
||||
TaskfileVars: e.Taskfile.Vars,
|
||||
|
||||
Reference in New Issue
Block a user