mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix syntax in GitLab integration docs
This commit is contained in:
parent
025ec02326
commit
eb5af72a6d
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ UV Install:
|
|||
- uv.lock
|
||||
paths:
|
||||
- $UV_CACHE_DIR
|
||||
steps: >
|
||||
script: >
|
||||
# Your uv commands
|
||||
run: uv cache prune --ci
|
||||
uv cache prune --ci
|
||||
```
|
||||
|
||||
See the [GitLab caching documentation](https://docs.gitlab.com/ee/ci/caching/) for more details on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue