From b476e9ee02b85ea9a57c6eb0ec9ce33ee9e7f854 Mon Sep 17 00:00:00 2001 From: Darren Eastman <deastman@gitlab.com> Date: Thu, 3 Oct 2024 07:39:33 +0000 Subject: [PATCH] Change header format for Staging dir and Fastzip sections in the Configuring runners doc --- doc/ci/runners/configure_runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ci/runners/configure_runners.md b/doc/ci/runners/configure_runners.md index c6b0651fd87b..8685a1c2e46b 100644 --- a/doc/ci/runners/configure_runners.md +++ b/doc/ci/runners/configure_runners.md @@ -1175,7 +1175,7 @@ An example of provenance metadata that the GitLab Runner might generate is as fo To verify compliance with the in-toto specification, see the [in-toto statement](https://in-toto.io/Statement/v0.1). -### Staging directory +## Staging directory > - [Introduced](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3403) in GitLab Runner 15.0. @@ -1189,7 +1189,7 @@ To change the directory, set `ARCHIVER_STAGING_DIR` as a variable in your CI job The directory you specify is used as the location for downloading artifacts prior to extraction. If the `fastzip` archiver is used, this location is also used as scratch space when archiving. -### Configure `fastzip` to improve performance +## Configure `fastzip` to improve performance > - [Introduced](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3130) in GitLab Runner 15.0. -- GitLab