Skip to content

Readme recommendation about CircleCI appears incorrect #273

@vdh

Description

@vdh

E.g., for CircleCI: before loading/saving your cache run cat patches/* | md5 > patches.hash
and then update your hash key to include a checksum of that file,
{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}.

This recommendation is either outdated or incorrect, because md5 appears to be not available in CircleCi:

#!/bin/bash -eo pipefail
cat patches/* | md5 > patches.hash
/bin/bash: md5: command not found

Exited with code exit status 127
CircleCI received exit code 127

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions