Quote versions variables in GitLab documentation

## Summary

Fixes #13675

## Test Plan

New example was tested manually to verify that it works.
This commit is contained in:
Arne Küderle 2025-05-27 14:43:30 +02:00 committed by GitHub
parent 9a1d977e7e
commit f657359729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@ Select a variant that is suitable for your workflow.
```yaml title="gitlab-ci.yml"
variables:
UV_VERSION: 0.5
PYTHON_VERSION: 3.12
UV_VERSION: "0.5"
PYTHON_VERSION: "3.12"
BASE_LAYER: bookworm-slim
# GitLab CI creates a separate mountpoint for the build directory,
# so we need to copy instead of using hard links.