From eb5af72a6dad88b2c72c47e39ed9bcb9198e02e2 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Tue, 8 Oct 2024 12:17:42 +0200 Subject: [PATCH] Fix syntax in GitLab integration docs --- docs/guides/integration/gitlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index c1cf93522..eccb2c8b0 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -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