mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Use idiomatic syntax in GitLab integration docs
This commit is contained in:
parent
eb5af72a6d
commit
b5c52b205a
1 changed files with 5 additions and 5 deletions
|
@ -18,8 +18,8 @@ UV:
|
|||
stage: analysis
|
||||
image:
|
||||
name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
script: >
|
||||
cd $CI_PROJECT_DIR
|
||||
script:
|
||||
- cd $CI_PROJECT_DIR
|
||||
# your `uv` commands
|
||||
```
|
||||
|
||||
|
@ -37,9 +37,9 @@ UV Install:
|
|||
- uv.lock
|
||||
paths:
|
||||
- $UV_CACHE_DIR
|
||||
script: >
|
||||
# Your uv commands
|
||||
uv cache prune --ci
|
||||
script:
|
||||
# Your `uv` commands
|
||||
- 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