Hi,
Pipeline fails due to cache issue:
Checking cache for master-1...
00:01
FATAL: file does not exist
Failed to extract cache
ci config
cache: //global
key: "$CI_BUILD_REF_NAME"
untracked: true
paths:
- client/node_modules/
I’m aware that cache might not be present in some cases, but how to prevent pipeline from failing when there isn’t one? I mean, if cache is present - use it, if not go without it. Unless it’s different issue that I’m not aware of How to deal with this?