Do not cache outside of project directory

gitlab-org/gitlab#14151
This commit is contained in:
-k 2024-08-14 20:45:30 -07:00
parent 672ad87d28
commit 384cff519d
No known key found for this signature in database

View File

@ -20,14 +20,6 @@ format:
script: script:
- cargo fmt --all -- --check --verbose - cargo fmt --all -- --check --verbose
cache:
key: fmt-cache
paths:
- ~/.cargo/bin/
- ~/.cargo/git/db/
- ~/.cargo/registry/cache/
- ~/.cargo/registry/index/
# base earthly setup for jobs # base earthly setup for jobs
.base: .base:
tags: [ saas-linux-medium-amd64 ] tags: [ saas-linux-medium-amd64 ]