Fix cache directory path in GitLab integration docs

This commit is contained in:
Sigurd Spieckermann 2024-10-08 12:22:39 +02:00 committed by Zanie Blue
parent 4e4a558d64
commit 427c1f7fb2

View file

@ -29,7 +29,7 @@ Persisting the uv cache between workflow runs can improve performance.
```yaml
UV Install:
variables:
UV_CACHE_DIR: /tmp/.uv-cache
UV_CACHE_DIR: .uv-cache
cache:
- key:
files: