Skip to content

Checksum is not calculated anymore when method: none #2239

@maciej-lech

Description

@maciej-lech

Description

❱ /nix/store/jn35gb9isnqzr9mfwhmig40c6iflmadz-go-task-3.41.0/bin/go-task test
task: [test] echo "a3e64c2be2ee99e18159e25340b9f632"
a3e64c2be2ee99e18159e25340b9f632
❱ /nix/store/sy2fx4azx6ny9115k1qxq210gcpdhr0c-go-task-3.43.2/bin/go-task test
task: [test] echo ""

I also tested 3.43.3 and it is also empty.

Version

3.43.3

Operating system

Linux

Experiments Enabled

Env Precedence

Example Taskfile

---
version: "3"

tasks:
  test:
    sources:
      - ./test/**/*
    cmds:
      - echo "{{.CHECKSUM}}"
    method: none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions