Skip to content

Commit

Permalink
Use more idiomatic CI job names in GitLab integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp authored and zanieb committed Oct 8, 2024
1 parent 427c1f7 commit cae9507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/integration/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
stages:
- analysis

UV:
uv:
stage: analysis
image:
name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
Expand All @@ -27,7 +27,7 @@ UV:
Persisting the uv cache between workflow runs can improve performance.

```yaml
UV Install:
uv-install:
variables:
UV_CACHE_DIR: .uv-cache
cache:
Expand Down

0 comments on commit cae9507

Please sign in to comment.