circleci-docs
circleci-docs copied to clipboard
restore_cache special step missing note on existing directory
Currently, the restore_cache special step will fail if the target directory, the directory where the cache is being restored to, already exists.
From my research, we don't seem to document this in either the Configuration Reference nor the caching page.
@github