From 43e74ab76973d0124a2b9bef08afcb5d96ab5a31 Mon Sep 17 00:00:00 2001 From: Riain Condon <6255097+riain0@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:05:19 +0000 Subject: [PATCH] fix docs to specify inside VM for gitlab runner (#649) just adds specifically VM in the gitlab runner docs to avoid confusion of where the build and cache dirs are --- docs/integrations/gitlab-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/gitlab-runner.md b/docs/integrations/gitlab-runner.md index 332fe27..57d1ca4 100644 --- a/docs/integrations/gitlab-runner.md +++ b/docs/integrations/gitlab-runner.md @@ -19,7 +19,7 @@ concurrent = 2 [[runners]] # ... executor = "custom" - builds_dir = "/Users/admin/builds" # directory inside the + builds_dir = "/Users/admin/builds" # directory inside the VM cache_dir = "/Users/admin/cache" [runners.feature_flags] FF_RESOLVE_FULL_TLS_CHAIN = false