We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866c58 commit 9fc24b2Copy full SHA for 9fc24b2
docs/guides/integration/gitlab.md
@@ -16,12 +16,11 @@ variables:
16
UV_VERSION: 0.5
17
PYTHON_VERSION: 3.12
18
BASE_LAYER: bookworm-slim
19
-
20
-stages:
21
- - analysis
+ # GitLab CI creates a separate mountpoint for the build directory,
+ # so we need to copy instead of using hard links.
+ UV_LINK_MODE: copy
22
23
uv:
24
- stage: analysis
25
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
26
script:
27
# your `uv` commands
0 commit comments