1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

feat: add ROOT_TASKFILE special variable (#1469)

This commit is contained in:
Pete Davison
2024-01-26 00:11:08 +00:00
committed by GitHub
parent 6ebe2e765f
commit 3ff8fdbc0a
3 changed files with 6 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ func (e *Executor) setupCompiler() error {
e.Compiler = &compiler.Compiler{
Dir: e.Dir,
Entrypoint: e.Entrypoint,
UserWorkingDir: e.UserWorkingDir,
TaskfileEnv: e.Taskfile.Env,
TaskfileVars: e.Taskfile.Vars,