mirror of https://github.com/cirruslabs/tart.git
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:
parent
1338864ed6
commit
43e74ab769
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue