From 8f98c761457bb315674478450da18d3824fa534b Mon Sep 17 00:00:00 2001 From: Joe Mitchell Jones Date: Thu, 9 Jan 2025 13:49:13 +0000 Subject: [PATCH] Removes reference to using multiple machine runners on one instance --- jekyll/_cci2/machine-runner-3-configuration-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_cci2/machine-runner-3-configuration-reference.adoc b/jekyll/_cci2/machine-runner-3-configuration-reference.adoc index a5b4a054331..90a4ff26d74 100644 --- a/jekyll/_cci2/machine-runner-3-configuration-reference.adoc +++ b/jekyll/_cci2/machine-runner-3-configuration-reference.adoc @@ -164,7 +164,7 @@ runner: `$CIRCLECI_RUNNER_WORK_DIR` -This directory takes a fully qualified path and allows you to control the default working directory used by each job. If the directory already exists, the task-agent will need permissions to write to the directory. If the directory does not exist, then the task-agent will need permissions to create the directory. If installing multiple launch-agents on the same machine, each launch-agent will need a unique working directory. +This directory takes a fully qualified path and allows you to control the default working directory used by each job. If the directory already exists, the task-agent will need permissions to write to the directory. If the directory does not exist, then the task-agent will need permissions to create the directory. NOTE: These directories will not be removed automatically, see `cleanup_working_directory` to configure cleanup of directory.