Skip to content

env Evaluation #2528

@butuzov

Description

@butuzov

Description

I am running task in watch mode, with method timestamp.

I have added temp task dir via taskfile, so no .task dir created in workspace.

env:
  TASK_TEMP_DIR: ./.cache/task

then i am runing task -w taskname --inbterval=1s

expectation: .cache/task created
reality .task created

Version

3.45.4

Operating system

macOS

Experiments Enabled

No response

Example Taskfile

version: "3"

env:
  TASK_TEMP_DIR: ./.cache/task

tasks:
  default:
    cmd: task --list --sort=none
    silent: true
  taskname:
    sources:
    - ./**/*.go
    method: timestamp 
    cmd: go build .

Metadata

Metadata

Assignees

No one assigned

    Labels

    state: needs triageWaiting to be triaged by a maintainer.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions