Cache-push: Failed to create current cache descriptor

Previously we were using cache-push step successfully in our node project.

- cache-push:
    inputs:
        - compress_archive: 'true'
        - cache_paths: |
            mongodb-linux-x86_64-3.4.7
            git-crypt
            node_modules
            temp

Since we added some yarn workspaces (including a workspace package called @homepass/serverless) the cache-push step has been failing with “Failed to create current cache descriptor: read /bitrise/src/node_modules/@homepass/serverless: is a directory”.

Hi @benhp!

Sorry to hear about this, could you include a build URL please?

Issue was resolved by clearing our cache. Thanks anyway.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.