From 50d38cd873e8833e56749012742c471b7b74e7b6 Mon Sep 17 00:00:00 2001 From: Darren Eastman <deastman@gitlab.com> Date: Thu, 3 Oct 2024 06:01:56 +0000 Subject: [PATCH] Add link to Git Submodules docs in the Configuring Runners docs --- 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 c6b0651fd87ba..6465b7a53d29e 100644 --- a/doc/ci/runners/configure_runners.md +++ b/doc/ci/runners/configure_runners.md @@ -523,8 +523,8 @@ Use the `empty` Git strategy when: ### Git submodule strategy -The `GIT_SUBMODULE_STRATEGY` variable is used to control if / how Git -submodules are included when fetching the code before a build. You can set them +The `GIT_SUBMODULE_STRATEGY` variable is used to control if / how +[Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) are included when fetching the code before a build. You can set them globally or per-job in the [`variables`](../yaml/index.md#variables) section. There are three possible values: `none`, `normal`, and `recursive`: -- GitLab