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
This commit is contained in:
Riain Condon 2023-11-08 14:05:19 +00:00 committed by GitHub
parent 1338864ed6
commit 43e74ab769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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